Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Bound

406     //   If a glvalue to which a reference is directly bound designates neither
675 // For the vector indexing extension, the bound is the number of elements.
704 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
705 if (!Bound)
710 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);