Searched refs:LeftIndexVal (Results 1 – 1 of 1) sorted by relevance
1020 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local1021 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()1024 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()1025 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()