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

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

Completed in 159 milliseconds