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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h237 /// isMBB - Tests if this is a MO_MachineBasicBlock operand.
238 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } function in class:llvm::MachineOperand
426 assert(isMBB() && "Wrong MachineOperand accessor");
533 assert(isMBB() && "Wrong MachineOperand accessor");
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineOperand.h198 /// isMBB - Tests if this is a MO_MachineBasicBlock operand.
199 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } function in class:llvm::MachineOperand
376 assert(isMBB() && "Wrong MachineOperand accessor");
443 assert(isMBB() && "Wrong MachineOperand accessor");

Completed in 100 milliseconds