Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4053 bool OKForBSwap = MatchBSwaps && (DemandedBW % 16) == 0; in recognizeBSwapOrBitReverseIdiom() local
4056 (BitIdx < DemandedBW) && (OKForBSwap || OKForBitReverse); ++BitIdx) { in recognizeBSwapOrBitReverseIdiom()
4061 OKForBSwap &= bitTransformIsCorrectForBSwap(BitProvenance[BitIdx], BitIdx, in recognizeBSwapOrBitReverseIdiom()
4068 if (OKForBSwap) in recognizeBSwapOrBitReverseIdiom()