Searched defs:op_begin (Results 1 – 10 of 10) sorted by relevance
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
192 op_iterator op_begin() { return getOperandList(); } in op_begin() function193 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() function
114 inline op_iterator op_begin() { return OperandList; } in op_begin() function115 inline const_op_iterator op_begin() const { return OperandList; } in op_begin() function
158 op_iterator op_begin() const { return Operands; } in op_begin() function
145 op_iterator op_begin() const { return Operands; } in op_begin() function
370 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP()
385 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP()