Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h460 ConstantInt *getTrue() { getTrue() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp833 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { getTrue() function in ConstantInt
851 Constant *ConstantInt::getTrue(Type *Ty) { getTrue() function in ConstantInt
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp130 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } getTrue() function
[all...]