Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp665 auto *SBArg = cast_or_null<Argument>(Ctx.getValue(&LLVMArg)); in dumpNameAndArgs() local
666 if (SBArg == nullptr) in dumpNameAndArgs()
669 SBArg->printAsOperand(OS); in dumpNameAndArgs()