Searched refs:inputIndex (Results 1 – 2 of 2) sorted by relevance
38 unsigned inputIndex, in collectUnderlyingAddressValues() argument67 if (firstInputIndex > inputIndex || lastInputIndex < inputIndex) { in collectUnderlyingAddressValues()71 return inputIndex - firstInputIndex; in collectUnderlyingAddressValues()
1885 Value inputIndex = rewriter.createOrFold<arith::ConstantIndexOp>(loc, i); in matchAndRewrite() local1887 loc, padding, ValueRange({inputIndex, lowIndex})); in matchAndRewrite()1889 loc, padding, ValueRange({inputIndex, highIndex})); in matchAndRewrite()