Searched refs:WideWidth (Results 1 – 2 of 2) sorted by relevance
450 unsigned WideWidth = Trunc.getSrcTy()->getScalarSizeInBits(); in narrowFunnelShift() local484 APInt HiBitMask = ~APInt::getLowBitsSet(WideWidth, MaxShiftAmountWidth); in narrowFunnelShift()522 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
12375 unsigned WideWidth = WideVT.getScalarSizeInBits(); in visitVSELECT() local12379 SetCCWidth != 1 && SetCCWidth < WideWidth && in visitVSELECT()24463 unsigned WideWidth = WideBVT.getSizeInBits(); in narrowExtractedVectorBinOp() local24465 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()24470 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()