Home
last modified time | relevance | path

Searched refs:ReplaceAllUsersOfWith (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp117 void ReplaceAllUsersOfWith(Value *From, Value *To);
411 void IRPromoter::ReplaceAllUsersOfWith(Value *From, Value *To) { in ReplaceAllUsersOfWith() function in IRPromoter
455 ReplaceAllUsersOfWith(V, ZExt); in ExtendSources()
609 ReplaceAllUsersOfWith(ZExt, Src); in Cleanup()
619 ReplaceAllUsersOfWith(ZExt, Trunc->getOperand(0)); in Cleanup()
652 ReplaceAllUsersOfWith(Trunc, Masked); in ConvertTruncs()