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

References

lib/Transforms/Scalar/SROA.cpp
 2471     assert(!LI.isVolatile());
 2478       IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8);
 2486     assert(cast<IntegerType>(LI.getType())->getBitWidth() >= SliceSize * 8 &&
 2488     if (cast<IntegerType>(LI.getType())->getBitWidth() > SliceSize * 8)
 2489       V = IRB.CreateZExt(V, LI.getType());