Searched refs:LeftIndex (Results 1 – 2 of 2) sorted by relevance
1021 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local1022 if (!LeftIndex) in evalBinOpLL()1024 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()1025 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()1026 if (!LeftIndex) in evalBinOpLL()1041 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
929 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in run() argument930 auto LSize = Modules[LeftIndex].getBuffer().size(); in run()