Lines Matching defs:BitTested
30645 auto BitTested = FindSingleBitChange(I->getOperand(OtherIdx));
30646 if (BitTested.second != ShiftBit && BitTested.second != NotShiftBit)
30649 assert(BitChange.first != nullptr && BitTested.first != nullptr);
30652 if (BitChange.first != BitTested.first)
30658 return (BitChange.second == NotShiftBit && BitTested.second == ShiftBit)
30663 return (BitChange.second == ShiftBit && BitTested.second == ShiftBit)
30695 auto BitTested = FindSingleBitChange(AI->getValOperand());
30696 assert(BitTested.first != nullptr);
30698 if (BitTested.second == ConstantBit || BitTested.second == NotConstantBit) {
30708 assert(BitTested.second == ShiftBit || BitTested.second == NotShiftBit);
30710 Value *SI = BitTested.first;