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);
 1272           Predicate, CE0->getOperand(0), Ops1, DL, TLI);
 1274           Predicate, CE0->getOperand(1), Ops1, DL, TLI);
 1283     return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);