Searched refs:LeftIndex (Results 1 – 2 of 2) sorted by relevance
977 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local978 if (!LeftIndex) in evalBinOpLL()980 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()981 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()982 if (!LeftIndex) in evalBinOpLL()997 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
1655 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument1656 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()