Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1545 if (Shuffle->increasesLength() && Shuffle->isIdentityWithPadding()) in getInstructionCost()
1579 if (Shuffle->increasesLength()) { in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h604 bool increasesLength() const { in increasesLength() function
605 return cast<llvm::ShuffleVectorInst>(Val)->increasesLength(); in increasesLength()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2482 assert(Shuf.changesLength() && !Shuf.increasesLength() && in foldTruncShuffle()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2025 bool increasesLength() const {