Searched defs:op_begin (Results 1 – 6 of 6) sorted by relevance
31 static Use *op_begin(SubClass* U) { in op_begin() function 69 static Use *op_begin(SubClass* U) { op_begin() function 96 static Use *op_begin(User* U) { op_begin() function [all...]
234 op_iterator op_begin() { return getOperandList(); } op_begin() function 235 const_op_iterator op_begin() const { return getOperandList(); } op_begin() function
170 OpIterator op_begin() { return OpIterator(this); } in op_begin() function 177 op_iterator<OpT> op_begin() { in op_begin() function
197 op_iterator<OpT> op_begin() { op_begin() function
269 operand_iterator op_begin() { return Operands.begin(); } op_begin() function 270 const_operand_iterator op_begin() const { return Operands.begin(); } op_begin() function
184 op_iterator op_begin() { return Operands; } in op_begin() function 186 const_op_iterator op_begin() const { return Operands; } in op_begin() function