Searched refs:isIdentityWithExtract (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp854 !(Shuf->isIdentityWithExtract() || Shuf->isIdentityWithPadding()))
1676 if (!match(Shuf.getOperand(1), m_Undef()) || !Shuf.isIdentityWithExtract())
1707 if (!Shuf.isIdentityWithExtract() || !isa<UndefValue>(Op1))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2069 bool ShuffleVectorInst::isIdentityWithExtract() const { function in class:ShuffleVectorInst
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2117 bool isIdentityWithExtract() const;

Completed in 87 milliseconds