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

References

lib/Analysis/ConstantFolding.cpp
 1217     if (Ops1->isNullValue()) {
 1240     if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
 1270         CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) {
 1272           Predicate, CE0->getOperand(0), Ops1, DL, TLI);
 1274           Predicate, CE0->getOperand(1), Ops1, DL, TLI);
 1279   } else if (isa<ConstantExpr>(Ops1)) {
 1283     return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
 1286   return ConstantExpr::getCompare(Predicate, Ops0, Ops1);