Searched refs:LeftIndex (Results 1 – 2 of 2) sorted by relevance
904 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local905 if (!LeftIndex) in evalBinOpLL()907 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()908 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()909 if (!LeftIndex) in evalBinOpLL()924 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
1601 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument1602 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()