Searched refs:CompareUse (Results 1 – 1 of 1) sorted by relevance
3989 for (auto *CompareUse : Compare.getNode()->uses()) in allUsesExtend() local3990 if (CompareUse->getOpcode() != ISD::SIGN_EXTEND && in allUsesExtend()3991 CompareUse->getOpcode() != ISD::ZERO_EXTEND && in allUsesExtend()3992 CompareUse->getOpcode() != ISD::SELECT && in allUsesExtend()3993 !ISD::isBitwiseLogicOp(CompareUse->getOpcode())) { in allUsesExtend()