Searched refs:RightIndex (Results 1 – 1 of 1) sorted by relevance
772 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local773 if (!RightIndex) in evalBinOpLL()775 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy); in evalBinOpLL()776 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()777 if (!RightIndex) in evalBinOpLL()782 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()