Searched refs:CompareUse (Results 1 – 1 of 1) sorted by relevance
4002 for (auto *CompareUse : Compare.getNode()->uses()) in allUsesExtend() local4003 if (CompareUse->getOpcode() != ISD::SIGN_EXTEND && in allUsesExtend()4004 CompareUse->getOpcode() != ISD::ZERO_EXTEND && in allUsesExtend()4005 CompareUse->getOpcode() != ISD::SELECT && in allUsesExtend()4006 !ISD::isBitwiseLogicOp(CompareUse->getOpcode())) { in allUsesExtend()