Home
last modified time | relevance | path

Searched defs:op_begin (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h31 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...]
H A DUser.h234 op_iterator op_begin() { return getOperandList(); } op_begin() function
235 const_op_iterator op_begin() const { return getOperandList(); } op_begin() function
/llvm-project/mlir/include/mlir/IR/
H A DRegion.h170 OpIterator op_begin() { return OpIterator(this); } in op_begin() function
177 op_iterator<OpT> op_begin() { in op_begin() function
H A DBlock.h197 op_iterator<OpT> op_begin() { op_begin() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h269 operand_iterator op_begin() { return Operands.begin(); } op_begin() function
270 const_operand_iterator op_begin() const { return Operands.begin(); } op_begin() function
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h184 op_iterator op_begin() { return Operands; } in op_begin() function
186 const_op_iterator op_begin() const { return Operands; } in op_begin() function