Home
last modified time | relevance | path

Searched defs:IsTrue (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Evaluate/
H A Dlogical.h72 constexpr bool IsTrue() const { in IsTrue() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1127 bool IsTrue = true, IsFalse = true; in evaluateCMPrr() local
1154 bool IsTrue = true, IsFalse = true; in evaluateCMPri() local
1182 bool IsTrue = true, IsFalse = true; evaluateCMPrp() local
[all...]
H A DHexagonISelLoweringHVX.cpp1089 auto IsTrue = [] (SDValue V) { in buildHvxVectorPred() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1385 __anone11d5b640d02(CmpInst *Cmp, bool IsTrue) checkAndReplaceCondition() argument
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc6310 bool IsTrue(bool condition) { return condition; } in IsTrue() function