Home
last modified time | relevance | path

Searched refs:isShuffleMask (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h353 bool isShuffleMask() const { return OpKind == MO_ShuffleMask; } in isShuffleMask() function
603 assert(isShuffleMask() && "Wrong MachineOperand accessor"); in getShuffleMask()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1473 if (!MaskOp.isShuffleMask()) { in verifyPreISelGenericInstruction()