Searched defs:getFalse (Results 1 – 3 of 3) sorted by relevance
468 ConstantInt *getFalse() { in getFalse() function
857 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { in getFalse() function in ConstantInt876 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() function in ConstantInt
127 static Constant *getFalse(Type *Ty) { return ConstantInt::getFalse(Ty); } in getFalse() function