Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp3195 unsigned DemandedBW = DemandedTy->getScalarSizeInBits(); in recognizeBSwapOrBitReverseIdiom() local
3196 if (DemandedBW > ITy->getScalarSizeInBits()) in recognizeBSwapOrBitReverseIdiom()
3201 APInt DemandedMask = APInt::getAllOnes(DemandedBW); in recognizeBSwapOrBitReverseIdiom()
3202 bool OKForBSwap = MatchBSwaps && (DemandedBW % 16) == 0; in recognizeBSwapOrBitReverseIdiom()
3205 (BitIdx < DemandedBW) && (OKForBSwap || OKForBitReverse); ++BitIdx) { in recognizeBSwapOrBitReverseIdiom()
3211 DemandedBW); in recognizeBSwapOrBitReverseIdiom()
3213 BitIdx, DemandedBW); in recognizeBSwapOrBitReverseIdiom()