Searched refs:RightIndex (Results 1 – 2 of 2) sorted by relevance
914 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local915 if (!RightIndex) in evalBinOpLL()917 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()918 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()919 if (!RightIndex) in evalBinOpLL()924 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
1601 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument1603 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering()