Searched refs:sizeVal (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 1198 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 D | fold-integer.cpp | 754 auto sizeVal{static_cast<int>(size.ToInt64())}; in FoldIntrinsicFunction() local 755 return i.ISHFTC(shiftVal, sizeVal); in FoldIntrinsicFunction()
|
| H A D | intrinsics.cpp | 2403 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 D | TensorOps.cpp | 1138 Optional<int64_t> sizeVal = getConstantIntValue(size.value()); in getDroppedDims() local 1142 if (!sizeVal || *sizeVal != 1 || in getDroppedDims()
|