Searched refs:pointeeTySize (Results 1 – 1 of 1) sorted by relevance
201 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy); in castRegion() local202 if (!pointeeTySize.isZero()) { in castRegion()206 if (off % pointeeTySize == 0) { in castRegion()207 newIndex = off / pointeeTySize; in castRegion()