Lines Matching refs:Int32Ty
196 Type *Int32Ty = Type::getInt32Ty(Context); in TEST() local
203 PointerType::getUnqual(Int32Ty)); in TEST()
205 PointerType::getUnqual(Int32Ty)); in TEST()
207 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty); in TEST()
211 Constant *P4 = ConstantExpr::getPtrToInt(Global2, Int32Ty); in TEST()
215 Constant *One = ConstantInt::get(Int32Ty, 1); in TEST()
284 CHECK(ConstantExpr::getInBoundsGetElementPtr(PointerType::getUnqual(Int32Ty), in TEST()
308 Type *Int32Ty = Type::getInt32Ty(Context); in TEST() local
309 Constant *One = ConstantInt::get(Int32Ty, 1); in TEST()
312 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty)); in TEST()
314 PointerType::getUnqual(Int32Ty), Global, One); in TEST()