Searched refs:BitProvenance (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1597 SmallVectorImpl<int> &BitProvenance) { in CollectBitParts() argument 1602 BitValues, BitProvenance) || in CollectBitParts() 1604 BitValues, BitProvenance); in CollectBitParts() 1632 BitValues, BitProvenance); in CollectBitParts() 1660 BitValues, BitProvenance); in CollectBitParts() 1678 BitProvenance[DestBitNo + I] = InputBitNo + I; in CollectBitParts() 1718 SmallVector<int, 8> BitProvenance(BW, -1); in MatchBSwapOrBitReverse() local 1722 if (CollectBitParts(&I, 0, BitMask, BitValues, BitProvenance)) in MatchBSwapOrBitReverse() 1737 OKForBSwap &= bitTransformIsCorrectForBSwap(BitProvenance[i], i, BW); in MatchBSwapOrBitReverse() 1739 bitTransformIsCorrectForBitReverse(BitProvenance[i], i, BW); in MatchBSwapOrBitReverse()
|