Searched refs:hasHighPad (Results 1 – 1 of 1) sorted by relevance
141 bool hasHighPad = getConstantIntValue(high) != static_cast<int64_t>(0); in bubbleUpPadSlice() local212 Value newHigh = hasHighPad ? sub(sub(length, newLength), newLow) : zero; in bubbleUpPadSlice()