Searched refs:WideWidth (Results 1 – 2 of 2) sorted by relevance
525 unsigned WideWidth = Trunc.getSrcTy()->getScalarSizeInBits(); in narrowFunnelShift() local559 APInt HiBitMask = ~APInt::getLowBitsSet(WideWidth, MaxShiftAmountWidth); in narrowFunnelShift()597 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
13266 unsigned WideWidth = WideVT.getScalarSizeInBits(); in visitVSELECT() local13270 SetCCWidth != 1 && SetCCWidth < WideWidth && in visitVSELECT()25528 unsigned WideWidth = WideBVT.getSizeInBits(); in narrowExtractedVectorBinOp() local25530 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()25535 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()