Searched refs:isZextOfCompareWithConstant (Results 1 – 1 of 1) sorted by relevance
16527 auto isZextOfCompareWithConstant = [](SDValue Op) { in combineADDToADDZE() local16547 bool LHSHasPattern = isZextOfCompareWithConstant(LHS); in combineADDToADDZE()16548 bool RHSHasPattern = isZextOfCompareWithConstant(RHS); in combineADDToADDZE()