Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def63 DEF_INSTR(Opaque, OP(Opaque), OpaqueInst)
H A DInstruction.h2613 class OpaqueInst : public SingleLLVMInstructionImpl<llvm::Instruction> {
2614 OpaqueInst(llvm::Instruction *I, sandboxir::Context &Ctx) in OpaqueInst() function
2616 OpaqueInst(ClassID SubclassID, llvm::Instruction *I, sandboxir::Context &Ctx) in OpaqueInst() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp295 It->second = std::unique_ptr<OpaqueInst>( in getOrCreateValueInternal()
296 new OpaqueInst(cast<llvm::Instruction>(LLVMV), *this)); in getOrCreateValueInternal()