Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h226 LLVM_ABI CastInst *createCastInst(llvm::CastInst *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp612 CastInst *Context::createCastInst(llvm::CastInst *I) { in createCastInst() function in llvm::sandboxir::Context
H A DInstruction.cpp1425 return Ctx.createCastInst(NewCI); in create()