reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1157   if (predicatesFoldable(PredL, PredR)) {
 1205   if (LHSC == RHSC && PredL == PredR) {
 1219   if (PredL == ICmpInst::ICMP_EQ && PredL == PredR && LHS->hasOneUse() &&
 1259       PredR == ICmpInst::ICMP_UGE || PredR == ICmpInst::ICMP_ULE ||
 1259       PredR == ICmpInst::ICMP_UGE || PredR == ICmpInst::ICMP_ULE ||
 1261       PredR == ICmpInst::ICMP_SGE || PredR == ICmpInst::ICMP_SLE)
 1261       PredR == ICmpInst::ICMP_SGE || PredR == ICmpInst::ICMP_SLE)
 1265   if (!predicatesFoldable(PredL, PredR))
 1271       (ICmpInst::isEquality(PredL) && CmpInst::isSigned(PredR)))
 1279     std::swap(PredL, PredR);
 1294     switch (PredR) {
 1320     switch (PredR) {
 1338     switch (PredR) {