Lines Matching defs:Int32
3423 IntegerType *Int32 = Type::getInt32Ty(M->getContext());
3430 PrivAddress, Int32, /*BranchtoEnd*/ true);
3834 IntegerType *Int32 = Type::getInt32Ty(M->getContext());
3835 AllocaInst *XVal = Builder.CreateAlloca(Int32);
3837 AllocaInst *VVal = Builder.CreateAlloca(Int32);
3840 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, false, false};
3841 OpenMPIRBuilder::AtomicOpValue V = {VVal, Int32, false, false};
3917 IntegerType *Int32 = Type::getInt32Ty(Ctx);
3918 AllocaInst *XVal = Builder.CreateAlloca(Int32);
3920 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, false, false};
3956 IntegerType *Int32 = Type::getInt32Ty(M->getContext());
3957 AllocaInst *XVal = Builder.CreateAlloca(Int32);
3960 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, false, false};
4166 IntegerType *Int32 = Type::getInt32Ty(Ctx);
4167 AllocaInst *XVal = Builder.CreateAlloca(Int32);
4169 AllocaInst *VVal = Builder.CreateAlloca(Int32);
4174 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, false, false};
4175 OpenMPIRBuilder::AtomicOpValue V = {VVal, Int32, false, false};
4218 IntegerType *Int32 = Type::getInt32Ty(Ctx);
4219 AllocaInst *XVal = Builder.CreateAlloca(Int32);
4224 OpenMPIRBuilder::AtomicOpValue XSigned = {XVal, Int32, true, false};
4225 OpenMPIRBuilder::AtomicOpValue XUnsigned = {XVal, Int32, false, false};
4278 IntegerType *Int32 = Type::getInt32Ty(Ctx);
4279 AllocaInst *XVal = Builder.CreateAlloca(Int32);
4281 AllocaInst *VVal = Builder.CreateAlloca(Int32);
4283 AllocaInst *RVal = Builder.CreateAlloca(Int32);
4289 OpenMPIRBuilder::AtomicOpValue X = {XVal, Int32, true, false};
4290 OpenMPIRBuilder::AtomicOpValue V = {VVal, Int32, false, false};
4292 OpenMPIRBuilder::AtomicOpValue R = {RVal, Int32, false, false};
4435 EXPECT_EQ(ZExt1->getDestTy(), Int32);
4479 EXPECT_EQ(ZExt2->getDestTy(), Int32);