Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp466 return Ctx.getOrCreateConstant(cast<llvm::Constant>(NewV)); in createCommon()
645 return Ctx.getOrCreateConstant(LLVMC); in createInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h858 Constant *getOrCreateConstant(llvm::Constant *LLVMC) { in getOrCreateConstant() function