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