Searched defs:op_begin (Results 1 – 5 of 5) sorted by relevance
31 static Use *op_begin(SubClass* U) { in op_begin() function 69 static Use *op_begin(SubClass* U) { in op_begin() function 96 static Use *op_begin(User* U) { in op_begin() function [all...]
234 op_iterator op_begin() { return getOperandList(); } in op_begin() function235 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
268 operand_iterator op_begin() { return Operands.begin(); } in op_begin() function269 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin() function
184 op_iterator op_begin() { return Operands; } in op_begin() function186 const_op_iterator op_begin() const { return Operands; } in op_begin() function
358 virtual op_iterator op_begin() { in op_begin() function367 virtual const_op_iterator op_begin() const { in op_begin() function