Lines Matching refs:getInt32Ty
164 Type *Int32Ty = Type::getInt32Ty(F.getContext());
198 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
199 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)};
233 EltTys.push_back(Type::getInt32Ty(M.getContext()));
235 EltTys.push_back(Type::getInt32Ty(M.getContext()));
307 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
308 ConstantInt::get(Type::getInt32Ty(Context), Idx),
309 ConstantInt::get(Type::getInt32Ty(Context), Idx2)};
322 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
323 ConstantInt::get(Type::getInt32Ty(Context), Idx)};