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

References

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