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

References

lib/Transforms/Scalar/SROA.cpp
 2629     if (DL.getTypeSizeInBits(V->getType()) != IntTy->getBitWidth()) {
 2635       V = insertInteger(DL, IRB, Old, SI.getValueOperand(), Offset, "insert");
 2637     V = convertValue(DL, IRB, V, NewAllocaTy);
 2637     V = convertValue(DL, IRB, V, NewAllocaTy);
 2638     StoreInst *Store = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment());