Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h217 LLVM_ABI BinaryOperator *createBinaryOperator(llvm::BinaryOperator *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp594 BinaryOperator *Context::createBinaryOperator(llvm::BinaryOperator *I) { in createBinaryOperator() function in llvm::sandboxir::Context
H A DInstruction.cpp1234 return Ctx.createBinaryOperator(NewBinOp); in create()