Searched defs:replaceAllUsesExcept (Results 1 – 3 of 3) sorted by relevance
61 void Value::replaceAllUsesExcept( in replaceAllUsesExcept() function in Value72 void Value::replaceAllUsesExcept(Value newValue, Operation *exceptedUser) { in replaceAllUsesExcept() function in Value
254 void RewriterBase::replaceAllUsesExcept( in replaceAllUsesExcept() function in RewriterBase
702 void replaceAllUsesExcept(Value from, Value to, Operation *exceptedUser) { replaceAllUsesExcept() function