Home
last modified time | relevance | path

Searched refs:WideWidth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp525 unsigned WideWidth = Trunc.getSrcTy()->getScalarSizeInBits(); in narrowFunnelShift() local
559 APInt HiBitMask = ~APInt::getLowBitsSet(WideWidth, MaxShiftAmountWidth); in narrowFunnelShift()
597 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13266 unsigned WideWidth = WideVT.getScalarSizeInBits(); in visitVSELECT() local
13270 SetCCWidth != 1 && SetCCWidth < WideWidth && in visitVSELECT()
25528 unsigned WideWidth = WideBVT.getSizeInBits(); in narrowExtractedVectorBinOp() local
25530 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
25535 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()