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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2062           unsigned BitWidth = Idx->getType()->getPrimitiveSizeInBits();
 2068           assert(Idx->getType() == DL.getIndexType(GEPType) &&
 2072           if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {