Home
last modified time | relevance | path

Searched refs:isSingleSource (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h624 bool isSingleSource() const { in isSingleSource() function
625 return cast<llvm::ShuffleVectorInst>(Val)->isSingleSource(); in isSingleSource()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1624 if (Shuffle->isSingleSource()) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2050 bool isSingleSource() const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1546 !cast<ShuffleVectorInst>(Arg)->isSingleSource()) in simplifyReductionOperand()