Searched refs:oldResult (Results 1 – 5 of 5) sorted by relevance
109 String oldResult = null; in check() local119 oldResult = oldTransform.transform(test); in check()124 if (!result.equals(oldResult)) { in check()125 errln("BAD:\t" + test + "\t=>\tnew:\t" + result + "\t!=\told:\t" + oldResult); in check()
264 OpResult oldResult = userOp->getResult(resIndex); in updateFunctionSignature() local269 if (oldResult.getType() == newResult.getType()) in updateFunctionSignature()272 oldResult.getType().dyn_cast<MemRefType>().getAffineMaps().front(); in updateFunctionSignature()273 if (failed(replaceAllMemRefUsesWith(oldResult, /*newMemRef=*/newResult, in updateFunctionSignature()
334 ListenableFuture<BroadcastResultHolder> oldResult, in postIntent() argument340 oldResult, in postIntent()
169 %root, %oldResult = pdl.operation "foo.op" -> %type
3905 void moveOpsRange(ValueRange oldResult, ValueRange newResult, in moveOpsRange()3909 mapping.map(oldResult, newResult); in moveOpsRange()