Lines Matching defs:Bound
409 // If a glvalue to which a reference is directly bound designates neither
615 // For the vector indexing extension, the bound is the number of elements.
644 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
645 if (!Bound)
650 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);