Searched refs:Src1Size (Results 1 – 2 of 2) sorted by relevance
7309 const int Src1Size = Src1Ty.getScalarSizeInBits(); in lowerFCopySign() local7321 } else if (Src0Size > Src1Size) { in lowerFCopySign()7322 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size); in lowerFCopySign()7327 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign()
4613 unsigned Src1Size = MRI.getType(Src1Reg).getSizeInBits(); in getInstrMapping() local4617 OpdsMapping[3] = AMDGPU::getValueMapping(AMDGPU::VGPRRegBankID, Src1Size); in getInstrMapping()