Lines Matching refs:Int32Ty

234     Type *Int32Ty = IRB.getInt32Ty();  in lowerToCreateHandle()  local
249 ConstantInt::get(Int32Ty, Binding.LowerBound)); in lowerToCreateHandle()
253 ConstantInt::get(Int32Ty, Binding.RecordID), IndexOp, in lowerToCreateHandle()
268 Type *Int32Ty = IRB.getInt32Ty(); in lowerToBindAndAnnotateHandle() local
284 ConstantInt::get(Int32Ty, Binding.LowerBound)); in lowerToBindAndAnnotateHandle()
338 Type *Int32Ty = IRB.getInt32Ty(); in replaceResRetUses() local
352 Int32Ty); in replaceResRetUses()
413 Type *Int32Ty = IRB.getInt32Ty(); in replaceResRetUses() local
414 Constant *Zero = ConstantInt::get(Int32Ty, 0); in replaceResRetUses()
424 ArrayTy, Alloca, {Zero, ConstantInt::get(Int32Ty, I)}); in replaceResRetUses()
462 Type *Int32Ty = IRB.getInt32Ty(); in lowerTypedBufferLoad() local
470 Value *Index1 = UndefValue::get(Int32Ty); in lowerTypedBufferLoad()
493 Type *Int32Ty = IRB.getInt32Ty(); in lowerRawBufferLoad() local
510 ConstantInt::get(Int32Ty, DL.getPrefTypeAlign(ScalarTy).value()); in lowerRawBufferLoad()
557 Type *Int32Ty = IRB.getInt32Ty(); in lowerUpdateCounter() local
568 OpCode::UpdateCounter, Args, CI->getName(), Int32Ty); in lowerUpdateCounter()
591 Type *Int32Ty = IRB.getInt32Ty(); in lowerBufferStore() local
599 Value *Index1 = IsRaw ? CI->getArgOperand(2) : UndefValue::get(Int32Ty); in lowerBufferStore()
641 IRB.CreateExtractElement(Data, ConstantInt::get(Int32Ty, I)); in lowerBufferStore()
658 ConstantInt::get(Int32Ty, DL.getPrefTypeAlign(ScalarTy).value())); in lowerBufferStore()
680 Type *Int32Ty = IRB.getInt32Ty(); in lowerCtpopToCountBits() local
687 Type *RetTy = Int32Ty; in lowerCtpopToCountBits()