Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp97 static bool IsFalse(const Ts&...) { return false; } in IsFalse() function
99 static bool IsFalse(const T& p) { in IsFalse() 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; in evaluateCMPrp() local
[all...]
H A DHexagonISelLoweringHVX.cpp1094 auto IsFalse = [] (SDValue V) { in buildHvxVectorPred() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1550 llvm::Value *IsFalse = Builder.getFalse(); GenerateCode() local