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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 1576   if (!IsSext && !match(Op0, m_ZExt(m_Value(X))))
 1581   CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt;
 1603   if (!willNotOverflow(BO.getOpcode(), X, Y, BO, IsSext))
 1610     if (IsSext)