Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1548 if (auto *NewInsertValueInst = dyn_cast<llvm::InsertValueInst>(NewV)) in create() local
1549 return Ctx.createInsertValueInst(NewInsertValueInst); in create()