Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1559 cast<ShuffleVectorInst>(LHS)->isConcat() && in foldVectorBinop()
1560 cast<ShuffleVectorInst>(RHS)->isConcat()) { in foldVectorBinop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2147 bool isConcat() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2292 bool ShuffleVectorInst::isConcat() const { in isConcat() function in ShuffleVectorInst