Searched refs:ExtentInt (Results 1 – 1 of 1) sorted by relevance
814 const llvm::APSInt &ExtentInt = ExtentCI->getValue(); in collectSubRegionBindings() local815 assert(ExtentInt.isNonNegative() || ExtentInt.isUnsigned()); in collectSubRegionBindings()817 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth(); in collectSubRegionBindings()