Lines Matching refs:FCmpInst
3123 if (Pred == FCmpInst::FCMP_FALSE) in SimplifyFCmpInst()
3125 if (Pred == FCmpInst::FCMP_TRUE) in SimplifyFCmpInst()
3130 if (Pred == FCmpInst::FCMP_UNO) in SimplifyFCmpInst()
3132 if (Pred == FCmpInst::FCMP_ORD) in SimplifyFCmpInst()
3156 if (FCmpInst::isOrdered(Pred)) // True "if ordered and foo" in SimplifyFCmpInst()
3158 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
3167 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
3170 case FCmpInst::FCMP_UGE: in SimplifyFCmpInst()
3178 case FCmpInst::FCMP_OGT: in SimplifyFCmpInst()
3181 case FCmpInst::FCMP_ULE: in SimplifyFCmpInst()
3191 case FCmpInst::FCMP_UGE: in SimplifyFCmpInst()
3195 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
4038 Result = SimplifyFCmpInst(cast<FCmpInst>(I)->getPredicate(), in SimplifyInstruction()