Searched defs:getTrue (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 460 ConstantInt *getTrue() { getTrue() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 833 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { getTrue() function in ConstantInt |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionSimplify.cpp | 130 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } getTrue() function |