Searched defs:getTrue (Results 1 – 5 of 5) sorted by relevance
24 ConstantInt *ConstantInt::getTrue(Context &Ctx) { in getTrue() function in llvm::sandboxir::ConstantInt36 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in llvm::sandboxir::ConstantInt
113 cir::ConstantOp getTrue(mlir::Location loc) { return getBool(true, loc); } in getTrue() function
502 ConstantInt *getTrue() { in getTrue() function
868 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt886 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
93 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } in getTrue() function