Lines Matching refs:Int32Ty
235 Type *Int32Ty = Type::getInt32Ty(Context); in getResBindType() local
237 return StructType::create({Int32Ty, Int32Ty, Int32Ty, Int8Ty}, in getResBindType()
245 Type *Int32Ty = Type::getInt32Ty(Context); in getResPropsType() local
246 return StructType::create({Int32Ty, Int32Ty}, "dx.types.ResourceProperties"); in getResPropsType()
252 Type *Int32Ty = Type::getInt32Ty(Context); in getSplitDoubleType() local
253 return StructType::create({Int32Ty, Int32Ty}, "dx.types.splitdouble"); in getSplitDoubleType()
259 Type *Int32Ty = Type::getInt32Ty(Context); in getBinaryWithCarryType() local
261 return StructType::create({Int32Ty, Int1Ty}, "dx.types.i32c"); in getBinaryWithCarryType()
281 case OpParamType::Int32Ty: in getTypeFromOpParamType()
592 Type *Int32Ty = IRB.getInt32Ty(); in getResBind() local
596 {ConstantInt::get(Int32Ty, LowerBound), in getResBind()
597 ConstantInt::get(Int32Ty, UpperBound), in getResBind()
598 ConstantInt::get(Int32Ty, SpaceID), in getResBind()
603 Type *Int32Ty = IRB.getInt32Ty(); in getResProps() local
606 {ConstantInt::get(Int32Ty, Word0), ConstantInt::get(Int32Ty, Word1)}); in getResProps()