Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h256 ConstantInt *getTrue() { in getTrue() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp519 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt
533 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp80 static Constant *getTrue(Type *Ty) { in getTrue() function