Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h452 ConstantInt *getTrue() { in getTrue() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp835 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt
853 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp126 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } in getTrue() function