Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLocal.cpp1747 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, in collectBitParts() function
1759 auto &A = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1761 auto &B = collectBitParts(I->getOperand(1), MatchBSwaps, in collectBitParts()
1794 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1826 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1841 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps, in collectBitParts()
1906 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS); in recognizeBSwapOrBitReverseIdiom()