Searched refs:LinearIndex (Results 1 – 2 of 2) sorted by relevance
69 int LinearIndex(int x, int y) const;130 return MutablePixelFromLinearIndex(LinearIndex(x, y)); in MutablePixel()135 return PixelFromLinearIndex(LinearIndex(x, y)); in Pixel()155 int PGMImage<Real>::LinearIndex(int x, int y) const { in LinearIndex() function
3263 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() local3278 for (; i != LinearIndex; ++i) in visitInsertValue()3284 for (; i != LinearIndex + NumValValues; ++i) in visitInsertValue()3286 SDValue(Val.getNode(), Val.getResNo() + i - LinearIndex); in visitInsertValue()3303 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue() local3321 for (unsigned i = LinearIndex; i != LinearIndex + NumValValues; ++i) in visitExtractValue()3322 Values[i - LinearIndex] = in visitExtractValue()