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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1597 /// collectBitParts for a fuller explanation.
1637 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals, function
1649 auto &A = collectBitParts(I->getOperand(0), MatchBSwaps,
1651 auto &B = collectBitParts(I->getOperand(1), MatchBSwaps,
1684 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps,
1716 auto &Res = collectBitParts(I->getOperand(0), MatchBSwaps,
1771 auto Res = collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS);

Completed in 55 milliseconds