Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4046 unsigned DemandedBW = DemandedTy->getScalarSizeInBits(); in recognizeBSwapOrBitReverseIdiom() local
4047 if (DemandedBW > ITy->getScalarSizeInBits()) in recognizeBSwapOrBitReverseIdiom()
4052 APInt DemandedMask = APInt::getAllOnes(DemandedBW); in recognizeBSwapOrBitReverseIdiom()
4053 bool OKForBSwap = MatchBSwaps && (DemandedBW % 16) == 0; in recognizeBSwapOrBitReverseIdiom()
4056 (BitIdx < DemandedBW) && (OKForBSwap || OKForBitReverse); ++BitIdx) { in recognizeBSwapOrBitReverseIdiom()
4062 DemandedBW); in recognizeBSwapOrBitReverseIdiom()
4064 BitIdx, DemandedBW); in recognizeBSwapOrBitReverseIdiom()