Searched refs:LeftIndex (Results 1 – 2 of 2) sorted by relevance
1004 std::optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local1005 if (!LeftIndex) in evalBinOpLL()1007 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()1008 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()1009 if (!LeftIndex) in evalBinOpLL()1024 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
1933 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument1934 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()