Searched refs:BoundVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2804 SVal BoundVal = State->getSVal(R); local
2805 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp973 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false); local
980 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal)
981 : Builder.CreateICmpULE(IndexVal, BoundVal);

Completed in 225 milliseconds