Searched refs:LeftIndex (Results 1 – 2 of 2) sorted by relevance
782 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local783 if (!LeftIndex) in evalBinOpLL()785 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()786 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()787 if (!LeftIndex) in evalBinOpLL()802 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
766 [&](int LeftIndex, int RightIndex) { in run() argument767 auto LSize = Modules[LeftIndex].getBufferSize(); in run()