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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  225     if (!Elt) return nullptr;
  229       Elt = ConstantExpr::getExtractValue(Elt, LaterIndices);
  229       Elt = ConstantExpr::getExtractValue(Elt, LaterIndices);
  232     if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
  232     if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
  235     Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,