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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  726     if (!ECst)
  731       ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst));
  731       ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst));
  736          (CCst->getValue() ^ ECst->getValue())).getBoolValue())
  740     Value *NewOr2 = ConstantExpr::getOr(CCst, ECst);