Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getInt32Ty

146                                       Type::getInt32Ty(C), NULL);
150 FunctionType::get(Type::getInt32Ty(C), true));
217 Type *Int32Ty = Type::getInt32Ty(F.getContext());
252 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
253 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)
278 EltTys.push_back(Type::getInt32Ty(M.getContext()));
280 EltTys.push_back(Type::getInt32Ty(M.getContext()));
351 Value *Indices[] = { ConstantInt::get(Type::getInt32Ty(Context), 0),
352 ConstantInt::get(Type::getInt32Ty(Context), Idx),
353 ConstantInt::get(Type::getInt32Ty(Context), Idx2) };
364 Value *Indices[] = { ConstantInt::get(Type::getInt32Ty(Context), 0),
365 ConstantInt::get(Type::getInt32Ty(Context), Idx) };