Searched defs:op_begin (Results 1 – 8 of 8) sorted by relevance
31 static Use *op_begin(SubClass* U) { in op_begin() function69 static Use *op_begin(SubClass* U) { in op_begin() function96 static Use *op_begin(User* U) { in op_begin() function
229 op_iterator op_begin() { return getOperandList(); } in op_begin() function230 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
32 static Use *op_begin(SubClass* U) { in op_begin() function67 static Use *op_begin(SubClass* U) { in op_begin() function94 static Use *op_begin(User* U) { in op_begin() function
205 op_iterator op_begin() { return getOperandList(); } in op_begin() function206 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
174 operand_iterator op_begin() { return Operands.begin(); } in op_begin() function175 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
167 op_iterator op_begin() const { return Operands; } in op_begin() function
402 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP()