Searched refs:RightIndex (Results 1 – 3 of 3) sorted by relevance
792 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local793 if (!RightIndex) in evalBinOpLL()795 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy); in evalBinOpLL()796 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()797 if (!RightIndex) in evalBinOpLL()802 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
766 [&](int LeftIndex, int RightIndex) { in run() argument768 auto RSize = Modules[RightIndex].getBufferSize(); in run()
975 [&](int LeftIndex, int RightIndex) { in run() argument977 auto RSize = Modules[RightIndex].getBuffer().size(); in run()