Searched refs:PredL (Results 1 – 2 of 2) sorted by relevance
731 if (PredL != NewCC) in foldLogOpOfMaskedICmps()1088 if (PredL == ICmpInst::ICMP_EQ && PredL == PredR && LHS->hasOneUse() && in foldAndOfICmps()1127 if (PredL == ICmpInst::ICMP_UGE || PredL == ICmpInst::ICMP_ULE || in foldAndOfICmps()1129 PredL == ICmpInst::ICMP_SGE || PredL == ICmpInst::ICMP_SLE || in foldAndOfICmps()1148 std::swap(PredL, PredR); in foldAndOfICmps()1159 switch (PredL) { in foldAndOfICmps()1985 if ((PredL == ICmpInst::ICMP_ULT || PredL == ICmpInst::ICMP_ULE) && in foldOrOfICmps()2113 if (PredL == ICmpInst::ICMP_UGE || PredL == ICmpInst::ICMP_ULE || in foldOrOfICmps()2115 PredL == ICmpInst::ICMP_SGE || PredL == ICmpInst::ICMP_SLE || in foldOrOfICmps()2134 std::swap(PredL, PredR); in foldOrOfICmps()[all …]
1712 FCmpInst::Predicate PredL = LHS->getPredicate(), PredR = RHS->getPredicate(); in simplifyAndOrOfFCmps() local1713 if ((PredL == FCmpInst::FCMP_ORD && PredR == FCmpInst::FCMP_ORD && IsAnd) || in simplifyAndOrOfFCmps()1714 (PredL == FCmpInst::FCMP_UNO && PredR == FCmpInst::FCMP_UNO && !IsAnd)) { in simplifyAndOrOfFCmps()