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

References

lib/Analysis/ConstantFolding.cpp
 1225         return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI);
 1235           return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI);
 1251           return ConstantFoldCompareInstOperands(Predicate, C0, C1, DL, TLI);
 1261                 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI);
 1269     if ((Predicate == ICmpInst::ICMP_EQ || Predicate == ICmpInst::ICMP_NE) &&
 1269     if ((Predicate == ICmpInst::ICMP_EQ || Predicate == ICmpInst::ICMP_NE) &&
 1272           Predicate, CE0->getOperand(0), Ops1, DL, TLI);
 1274           Predicate, CE0->getOperand(1), Ops1, DL, TLI);
 1276         Predicate == ICmpInst::ICMP_EQ ? Instruction::And : Instruction::Or;
 1282     Predicate = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)Predicate);
 1282     Predicate = ICmpInst::getSwappedPredicate((ICmpInst::Predicate)Predicate);
 1283     return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
 1286   return ConstantExpr::getCompare(Predicate, Ops0, Ops1);