Home
last modified time | relevance | path

Searched defs:inbounds (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h110 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
592 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
/external/llvm-project/llvm/lib/Analysis/
DStratifiedSets.h110 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
592 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
/external/llvm/lib/Analysis/
DStratifiedSets.h120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
602 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
/external/clang/lib/CodeGen/
DCGExpr.cpp2809 bool inbounds, in emitArraySubscriptGEP()
2844 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp822 bool inbounds(A v, B lb, B ub) { in inbounds() function
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3576 bool inbounds, in emitArraySubscriptGEP()
3651 QualType eltType, bool inbounds, in emitArraySubscriptGEP()