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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 1584         cast<Operator>(Op1)->getOpcode() == CastOpc &&
 1592     if (ConstantExpr::getCast(CastOpc, NarrowC, BO.getType()) != WideC)
 1615   return CastInst::Create(CastOpc, NarrowBO, BO.getType());