Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3940 unsigned DemandedBW = DemandedTy->getScalarSizeInBits(); in recognizeBSwapOrBitReverseIdiom() local
3941 if (DemandedBW > ITy->getScalarSizeInBits()) in recognizeBSwapOrBitReverseIdiom()
3946 APInt DemandedMask = APInt::getAllOnes(DemandedBW); in recognizeBSwapOrBitReverseIdiom()
3947 bool OKForBSwap = MatchBSwaps && (DemandedBW % 16) == 0; in recognizeBSwapOrBitReverseIdiom()
3950 (BitIdx < DemandedBW) && (OKForBSwap || OKForBitReverse); ++BitIdx) { in recognizeBSwapOrBitReverseIdiom()
3956 DemandedBW); in recognizeBSwapOrBitReverseIdiom()
3958 BitIdx, DemandedBW); in recognizeBSwapOrBitReverseIdiom()