Searched refs:RightIndex (Results 1 – 2 of 2) sorted by relevance
1014 std::optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local1015 if (!RightIndex) in evalBinOpLL()1017 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()1018 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()1019 if (!RightIndex) in evalBinOpLL()1024 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
1933 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument1935 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering()