Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp993 const ElementRegion *LeftER = dyn_cast<ElementRegion>(LeftMR); in evalBinOpLL() local
994 if (RightER && LeftER) { in evalBinOpLL()
999 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()
1000 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()
1003 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL()