Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h463 ConstantInt *getTrue() { in getTrue() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp850 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt
868 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp131 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } in getTrue() function