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