Home
last modified time | relevance | path

Searched defs:getTrue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h463 ConstantInt *getTrue() { in getTrue() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp850 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt
868 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp131 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } in getTrue() function