Home
last modified time | relevance | path

Searched refs:sizeVal (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1198 SVal sizeVal = state->getSVal(Size.Expression, LCtx); in evalCopyCommon() local
1203 assumeZero(C, state, sizeVal, sizeTy); in evalCopyCommon()
1255 state, BO_Add, DestRegCharVal, sizeVal, Dest.Expression->getType()); in evalCopyCommon()
1357 SVal sizeVal = State->getSVal(Size.Expression, LCtx); in evalMemcmp() local
1362 assumeZero(C, State, sizeVal, sizeTy); in evalMemcmp()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp754 auto sizeVal{static_cast<int>(size.ToInt64())}; in FoldIntrinsicFunction() local
755 return i.ISHFTC(shiftVal, sizeVal); in FoldIntrinsicFunction()
H A Dintrinsics.cpp2403 if (auto sizeVal{ToInt64(sizeArg->UnwrapExpr())}) { in ApplySpecificChecks() local
2406 if (std::abs(*shiftVal) > *sizeVal) { in ApplySpecificChecks()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1138 Optional<int64_t> sizeVal = getConstantIntValue(size.value()); in getDroppedDims() local
1142 if (!sizeVal || *sizeVal != 1 || in getDroppedDims()