Searched refs:LeftIndexVal (Results 1 – 1 of 1) sorted by relevance
1003 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local1004 std::optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()1007 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()1008 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()