Searched defs:isRegMask (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h250 /// isRegMask - Tests if this is a MO_RegisterMask operand.
251 bool isRegMask() const { return OpKind == MO_RegisterMask; } function in class:llvm::MachineOperand
485 assert(isRegMask() && "Wrong MachineOperand accessor");

Completed in 1020 milliseconds