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