Lines Matching refs:I32Ty
25 Type *I32Ty = Type::getInt32Ty(C); in TEST() local
40 Value *Val1 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val1", Entry); in TEST()
41 Value *Val2 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val2", Entry); in TEST()
42 Value *Val3 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val3", Entry); in TEST()
43 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST()
45 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST()
48 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then); in TEST()
92 Type *I32Ty = Type::getInt32Ty(C); in TEST() local
113 Value *Val1 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val1", Entry); in TEST()
114 Value *Val2 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val2", Entry); in TEST()
115 Value *Val3 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val3", Entry); in TEST()
116 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST()
118 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST()
121 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then); in TEST()
124 PHINode *Phi3 = PHINode::Create(I32Ty, 2, "phi3", End); in TEST()