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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 1671         *I = Constant::getNullValue(NewIndexType);
 1675     if (IndexTy != NewIndexType) {
 1679       *I = Builder.CreateIntCast(*I, NewIndexType, true);