Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp117 User *DstU = cast_or_null<User>(Ctx.getValue(LLVMUse.getUser())); in replaceUsesWithIf() local
118 if (DstU == nullptr) in replaceUsesWithIf()
120 Use UseToReplace(&LLVMUse, DstU, Ctx); in replaceUsesWithIf()