Home
last modified time | relevance | path

Searched refs:Minus1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp83 SVal Minus1 = nonloc::ConcreteInt{BVF.getValue(-1, IntTy)}; in evalChroot()
85 ProgramStateRef ChrootFailed = State->BindExpr(CE, LCtx, Minus1); in evalChroot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2285 auto Minus1 = ConstantInt::get(Ty->getScalarType(), -1); in getFullValue() local
2287 return ConstantVector::getSplat(VecTy->getElementCount(), Minus1); in getFullValue()
2288 return Minus1; in getFullValue()