reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4131       return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType()));
 4141         return new ICmpInst(Pred, A, Xor);
 4146         return new ICmpInst(Pred, B, D);
 4148         return new ICmpInst(Pred, B, C);
 4150         return new ICmpInst(Pred, A, D);
 4152         return new ICmpInst(Pred, A, C);
 4159     return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType()));
 4204       return new ICmpInst(Pred, A, Builder.CreateTrunc(B, A->getType()));
 4217           Pred == ICmpInst::ICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT;
 4234       return new ICmpInst(Pred, And, Constant::getNullValue(Cst1->getType()));
 4258       return new ICmpInst(Pred, Mask, Builder.getInt(CmpV));
 4269     return new ICmpInst(Pred, A, B);
 4290     return Pred == ICmpInst::ICMP_EQ