Searched refs:CollectBitParts (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1595 static bool CollectBitParts(Value *V, int OverallLeftShift, APInt BitMask, in CollectBitParts() function 1601 return CollectBitParts(I->getOperand(0), OverallLeftShift, BitMask, in CollectBitParts() 1603 CollectBitParts(I->getOperand(1), OverallLeftShift, BitMask, in CollectBitParts() 1631 return CollectBitParts(I->getOperand(0), OverallLeftShift, BitMask, in CollectBitParts() 1659 return CollectBitParts(I->getOperand(0), OverallLeftShift, BitMask, in CollectBitParts() 1722 if (CollectBitParts(&I, 0, BitMask, BitValues, BitProvenance)) in MatchBSwapOrBitReverse()
|