Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h664 bool isConcat() const { in isConcat() function
665 return cast<llvm::ShuffleVectorInst>(Val)->isConcat(); in isConcat()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2295 cast<ShuffleVectorInst>(LHS)->isConcat() && in foldVectorBinop()
2296 cast<ShuffleVectorInst>(RHS)->isConcat()) { in foldVectorBinop()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2098 LLVM_ABI bool isConcat() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2214 bool ShuffleVectorInst::isConcat() const { in isConcat() function in ShuffleVectorInst