Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DPatternMatch.cpp403 void RewriterBase::moveOpBefore(Operation *op, Operation *existingOp) { in moveOpBefore()
417 void RewriterBase::moveOpAfter(Operation *op, Operation *existingOp) { in moveOpAfter()
H A DOperation.cpp555 void Operation::moveBefore(Operation *existingOp) { in moveBefore() argument
569 void Operation::moveAfter(Operation *existingOp) { in moveAfter() argument
/llvm-project/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp324 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant() local