Lines Matching refs:getInt32Ty
146 StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C), nullptr); in Next()
150 FunctionType::get(Type::getInt32Ty(C), true)); in Next()
210 Type *Int32Ty = Type::getInt32Ty(F.getContext()); in GetFrameMap()
244 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0), in GetFrameMap()
245 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)}; in GetFrameMap()
279 EltTys.push_back(Type::getInt32Ty(M.getContext())); in doInitialization()
281 EltTys.push_back(Type::getInt32Ty(M.getContext())); in doInitialization()
354 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP()
355 ConstantInt::get(Type::getInt32Ty(Context), Idx), in CreateGEP()
356 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
367 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP()
368 ConstantInt::get(Type::getInt32Ty(Context), Idx)}; in CreateGEP()