Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp24 ConstantInt *ConstantInt::getTrue(Context &Ctx) { in getTrue() function in llvm::sandboxir::ConstantInt
36 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in llvm::sandboxir::ConstantInt
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h113 cir::ConstantOp getTrue(mlir::Location loc) { return getBool(true, loc); } in getTrue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h502 ConstantInt *getTrue() { in getTrue() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp868 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt
886 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp93 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } in getTrue() function