Searched defs:getTrue (Results 1 – 3 of 3) sorted by relevance
452 ConstantInt *getTrue() { in getTrue() function
835 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { in getTrue() function in ConstantInt853 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() function in ConstantInt
126 static Constant *getTrue(Type *Ty) { return ConstantInt::getTrue(Ty); } in getTrue() function