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.cpp450 unsigned WideWidth = Trunc.getSrcTy()->getScalarSizeInBits(); in narrowFunnelShift() local
484 APInt HiBitMask = ~APInt::getLowBitsSet(WideWidth, MaxShiftAmountWidth); in narrowFunnelShift()
522 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12375 unsigned WideWidth = WideVT.getScalarSizeInBits(); in visitVSELECT() local
12379 SetCCWidth != 1 && SetCCWidth < WideWidth && in visitVSELECT()
24463 unsigned WideWidth = WideBVT.getSizeInBits(); in narrowExtractedVectorBinOp() local
24465 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
24470 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()