Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1227 SVal srcVal = state->getSVal(Source.Expression, LCtx); in evalCopyCommon() local
1231 state = checkNonNull(C, state, Source, srcVal); in evalCopyCommon()
1626 SVal srcVal = state->getSVal(srcExpr.Expression, LCtx); in evalStrcpyCommon() local
1627 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon()
1632 SVal strLength = getCStringLength(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()
1958 state = InvalidateBuffer(C, state, srcExpr.Expression, srcVal, in evalStrcpyCommon()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Darm64-regbankselect.mir30 %srcVal = load i32, i32* %src
33 %res = add i32 %srcVal, 36
36 %toStore = phi i32 [ %srcVal, %entry ], [ %res, %then ]