Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2030 cast<ShuffleVectorInst>(LHS)->isConcat() && in foldVectorBinop()
2031 cast<ShuffleVectorInst>(RHS)->isConcat()) { in foldVectorBinop()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1969 bool isConcat() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2149 bool ShuffleVectorInst::isConcat() const { in isConcat() function in ShuffleVectorInst