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

References

lib/Transforms/Scalar/SROA.cpp
 2732     IntegerType *VTy = cast<IntegerType>(V->getType());
 2735       return V;
 2738     V = IRB.CreateMul(
 2739         IRB.CreateZExt(V, SplatIntTy, "zext"),
 2742             ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()),
 2745     return V;