Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h215 LLVM_ABI UnaryOperator *createUnaryOperator(llvm::UnaryOperator *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp590 UnaryOperator *Context::createUnaryOperator(llvm::UnaryOperator *I) { in createUnaryOperator() function in llvm::sandboxir::Context
H A DInstruction.cpp1169 return Ctx.createUnaryOperator(NewUnOpV); in create()