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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2224         if (NGEP->getType() == GEPType)
 2225           return replaceInstUsesWith(GEP, NGEP);
 2226         NGEP->takeName(&GEP);
 2228         if (NGEP->getType()->getPointerAddressSpace() != GEP.getAddressSpace())
 2229           return new AddrSpaceCastInst(NGEP, GEPType);
 2230         return new BitCastInst(NGEP, GEPType);