Lines Matching refs:getInt32Ty
150 StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C), nullptr); in Next()
154 FunctionType::get(Type::getInt32Ty(C), true)); in Next()
214 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetFrameMap()
248 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0), in GetFrameMap()
249 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)}; in GetFrameMap()
283 EltTys.push_back(Type::getInt32Ty(M.getContext())); in doInitialization()
285 EltTys.push_back(Type::getInt32Ty(M.getContext())); in doInitialization()
358 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP()
359 ConstantInt::get(Type::getInt32Ty(Context), Idx), in CreateGEP()
360 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
371 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP()
372 ConstantInt::get(Type::getInt32Ty(Context), Idx)}; in CreateGEP()