Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FCmpInst

2585 /// SimplifyFCmpInst - Given operands for an FCmpInst, see if we can
2602 if (Pred == FCmpInst::FCMP_FALSE)
2604 if (Pred == FCmpInst::FCMP_TRUE)
2623 if (FCmpInst::isOrdered(Pred)) // True "if ordered and foo"
2625 assert(FCmpInst::isUnordered(Pred) &&
2634 case FCmpInst::FCMP_OLT:
2637 case FCmpInst::FCMP_UGE:
2645 case FCmpInst::FCMP_OGT:
2648 case FCmpInst::FCMP_ULE:
3106 Result = SimplifyFCmpInst(cast<FCmpInst>(I)->getPredicate(),