Home
last modified time | relevance | path

Searched defs:existingOp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DFoldUtils.cpp272 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant() local
/external/llvm-project/mlir/lib/IR/
DOperation.cpp503 void Operation::moveBefore(Operation *existingOp) { in moveBefore()
517 void Operation::moveAfter(Operation *existingOp) { in moveAfter()