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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5966   if (Value *V = SimplifyFCmpInst(Pred, Op0, Op1, I.getFastMathFlags(),
 5974     switch (Pred) {
 5998   if (Pred == CmpInst::FCMP_ORD || Pred == CmpInst::FCMP_UNO) {
 5998   if (Pred == CmpInst::FCMP_ORD || Pred == CmpInst::FCMP_UNO) {
 6084       return new FCmpInst(Pred, X, Y, "", &I);
 6103         return new FCmpInst(Pred, X, NewC, "", &I);