Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1134 bool IsTrue = true, IsFalse = true; in evaluateCMPrr() local
1161 bool IsTrue = true, IsFalse = true; in evaluateCMPri() local
1189 bool IsTrue = true, IsFalse = true; in evaluateCMPrp() local
H A DHexagonISelLoweringHVX.cpp744 auto IsTrue = [] (SDValue V) { in buildHvxVectorPred() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h94 template <typename T> inline bool IsTrue(const T &V) { return !V.isZero(); } in IsTrue() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc5706 bool IsTrue(bool condition) { return condition; } in IsTrue() function