Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h174 createShuffleVectorInst(llvm::ShuffleVectorInst *SVI);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1478 return Ctx.createShuffleVectorInst(NewShuffle); in create()
1489 return Ctx.createShuffleVectorInst(NewShuffle); in create()
H A DContext.cpp492 Context::createShuffleVectorInst(llvm::ShuffleVectorInst *SVI) { in createShuffleVectorInst() function in llvm::sandboxir::Context