Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DValue.cpp61 void Value::replaceAllUsesExcept( in replaceAllUsesExcept() function in Value
72 void Value::replaceAllUsesExcept(Value newValue, Operation *exceptedUser) { in replaceAllUsesExcept() function in Value
H A DPatternMatch.cpp254 void RewriterBase::replaceAllUsesExcept( in replaceAllUsesExcept() function in RewriterBase
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h702 void replaceAllUsesExcept(Value from, Value to, Operation *exceptedUser) { replaceAllUsesExcept() function