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

/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp700 /// RemoveOperand - Erase an operand from an instruction, leaving it with one
703 void MachineInstr::RemoveOperand(unsigned OpNo) { function in class:MachineInstr
1706 RemoveOperand(OpIdx);
1772 RemoveOperand(OpIdx);

Completed in 109 milliseconds