Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h803 bool isSplice(int &Index) const { in isSplice() function
804 return cast<llvm::ShuffleVectorInst>(Val)->isSplice(Index); in isSplice()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1640 if (Shuffle->isSplice(SubIndex)) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2241 bool isSplice(int &Index) const {