Lines Matching defs:Mod
75 Module &Mod;
128 LiveRegOptimizer(Module &Mod, const GCNSubtarget &ST)
129 : Mod(Mod), DL(Mod.getDataLayout()), ST(ST),
130 ConvertToScalar(Type::getInt32Ty(Mod.getContext())) {}
171 return IntegerType::get(Mod.getContext(), ConvertScalarSize);
173 return VectorType::get(Type::getIntNTy(Mod.getContext(), ConvertScalarSize),
226 Builder.CreateTrunc(V, IntegerType::get(Mod.getContext(), NewSize)));
233 Type::getIntNTy(Mod.getContext(), NewVTy->getScalarSizeInBits()),