Searched refs:dimRel (Results 1 – 2 of 2) sorted by relevance
406 Value *rel, Value *dimRel, DataType ty) const in print() argument444 if (dimRel) { in print()445 pos += dimRel->print(&buf[pos], size - pos, TYPE_S32); in print()
1260 Value *ptr = NULL, *dimRel = NULL; in fetchSrc() local1270 dimRel = getVertexBase(s); in fetchSrc()1275 dimRel = fetchSrc(src.getIndirect(1), 0, 0); in fetchSrc()1284 if (dimRel) in fetchSrc()1285 res->getInsn()->setIndirect(0, 1, dimRel); in fetchSrc()