Lines Matching defs:BitTested
31472 auto BitTested = FindSingleBitChange(I->getOperand(OtherIdx));
31473 if (BitTested.second != ShiftBit && BitTested.second != NotShiftBit)
31476 assert(BitChange.first != nullptr && BitTested.first != nullptr);
31479 if (BitChange.first != BitTested.first)
31485 return (BitChange.second == NotShiftBit && BitTested.second == ShiftBit)
31490 return (BitChange.second == ShiftBit && BitTested.second == ShiftBit)
31521 auto BitTested = FindSingleBitChange(AI->getValOperand());
31522 assert(BitTested.first != nullptr);
31524 if (BitTested.second == ConstantBit || BitTested.second == NotConstantBit) {
31531 assert(BitTested.second == ShiftBit || BitTested.second == NotShiftBit);
31533 Value *SI = BitTested.first;