reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2213 PredL == PredR && LHSC && RHSC && LHS->hasOneUse() && RHS->hasOneUse() && 2257 if (predicatesFoldable(PredL, PredR)) { 2282 if (PredR == ICmpInst::ICMP_ULT && LHS0 == RHS->getOperand(1)) 2284 else if (PredR == ICmpInst::ICMP_UGT && LHS0 == RHS0) 2289 else if (PredR == ICmpInst::ICMP_EQ && RHSC && RHSC->isZero()) { 2327 if (LHSC == RHSC && PredL == PredR) { 2337 if (PredL == ICmpInst::ICMP_ULT && PredR == ICmpInst::ICMP_EQ) { 2351 PredR == ICmpInst::ICMP_UGE || PredR == ICmpInst::ICMP_ULE || 2351 PredR == ICmpInst::ICMP_UGE || PredR == ICmpInst::ICMP_ULE || 2353 PredR == ICmpInst::ICMP_SGE || PredR == ICmpInst::ICMP_SLE) 2353 PredR == ICmpInst::ICMP_SGE || PredR == ICmpInst::ICMP_SLE) 2357 if (!predicatesFoldable(PredL, PredR)) 2363 (ICmpInst::isEquality(PredL) && CmpInst::isSigned(PredR))) 2371 std::swap(PredL, PredR); 2386 switch (PredR) { 2409 switch (PredR) { 2425 switch (PredR) {