Searched refs:indexV (Results 1 – 2 of 2) sorted by relevance
467 int indexV = taskIdx - tasksH; in crossMerge() local469 int col = indexV / (yend - ybegin); in crossMerge()470 int row = indexV - col * (yend - ybegin); in crossMerge()
921 if (Optional<NonLoc> indexV = index.getAs<NonLoc>()) { in evalBinOpLN() local922 return loc::MemRegionVal(MemMgr.getElementRegion(elementType, *indexV, in evalBinOpLN()