Searched defs:inbounds (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStratifiedSets.h110 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } function in class:llvm::cflaa::StratifiedSets
592 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } function in class:llvm::cflaa::StratifiedSetsBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3385 emitArraySubscriptGEP(CodeGenFunction &CGF, llvm::Value *ptr, ArrayRef<llvm::Value*> indices, bool inbounds, bool signedIndices, SourceLocation loc, const llvm::Twine &name = �) argument
3461 emitArraySubscriptGEP(CodeGenFunction &CGF, Address addr, ArrayRef<llvm::Value *> indices, QualType eltType, bool inbounds, bool signedIndices, SourceLocation loc, QualType *arrayType = nullptr, const Expr *Base = nullptr, const llvm::Twine &name = �) argument

Completed in 125 milliseconds