Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp160 auto *LLVMCPI = cast<llvm::CatchPadInst>(LLVMV); in getOrCreateValueInternal() local
162 std::unique_ptr<CatchPadInst>(new CatchPadInst(LLVMCPI, *this)); in getOrCreateValueInternal()
166 auto *LLVMCPI = cast<llvm::CleanupPadInst>(LLVMV); in getOrCreateValueInternal() local
168 std::unique_ptr<CleanupPadInst>(new CleanupPadInst(LLVMCPI, *this)); in getOrCreateValueInternal()