Lines Matching refs:FCmpInst
3050 if (Pred == FCmpInst::FCMP_FALSE) in SimplifyFCmpInst()
3052 if (Pred == FCmpInst::FCMP_TRUE) in SimplifyFCmpInst()
3075 if (FCmpInst::isOrdered(Pred)) // True "if ordered and foo" in SimplifyFCmpInst()
3077 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
3086 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
3089 case FCmpInst::FCMP_UGE: in SimplifyFCmpInst()
3097 case FCmpInst::FCMP_OGT: in SimplifyFCmpInst()
3100 case FCmpInst::FCMP_ULE: in SimplifyFCmpInst()
3110 case FCmpInst::FCMP_UGE: in SimplifyFCmpInst()
3114 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
3727 SimplifyFCmpInst(cast<FCmpInst>(I)->getPredicate(), I->getOperand(0), in SimplifyInstruction()