Home
last modified time | relevance | path

Searched defs:OtherV (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2750 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue() local
2779 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue() local
2950 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment() local
3059 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts() local
3142 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp960 SVal OtherV = getArgSVal(Call, OtherArg); in apply() local