Searched defs:getFalse (Results 1 – 3 of 3) sorted by relevance
457 ConstantInt *getFalse() { in getFalse() function
842 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { in getFalse() function in ConstantInt861 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() function in ConstantInt
122 static Constant *getFalse(Type *Ty) { return ConstantInt::getFalse(Ty); } in getFalse() function