Searched refs:RightIndexVal (Results 1 – 1 of 1) sorted by relevance
1013 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL() local1014 std::optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()1017 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()1018 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()