Searched defs:getFalse (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 468 ConstantInt *getFalse() { getFalse() function |
/llvm-project/clang/test/AST/Interp/ | ||
H A D | literals.cpp |
|
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 857 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { getFalse() function in ConstantInt |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionSimplify.cpp | 127 static Constant *getFalse(Type *Ty) { return ConstantInt::getFalse(Ty); } getFalse() function |