Home | History | Annotate | Download | only in Core

Lines Matching full:leftindex

762         Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>();
763 if (!LeftIndex)
765 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy);
766 LeftIndex = LeftIndexVal.getAs<NonLoc>();
767 if (!LeftIndex)
782 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy);