Searched defs:isMBB (Results 1 - 1 of 1) sorted by path

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h234 /// isMBB - Tests if this is a MO_MachineBasicBlock operand.
235 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } function in class:llvm::MachineOperand
423 assert(isMBB() && "Wrong MachineOperand accessor");
523 assert(isMBB() && "Wrong MachineOperand accessor");

Completed in 577 milliseconds