Home
last modified time | relevance | path

Searched refs:value_op_begin (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h310 value_op_iterator value_op_begin() { in value_op_begin() function
317 return make_range(value_op_begin(), value_op_end()); in operand_values()
331 const_value_op_iterator value_op_begin() const { in value_op_begin() function
338 return make_range(value_op_begin(), value_op_end()); in operand_values()
H A DInstructions.h3164 succ_op_iterator(std::next(value_op_begin(), isConditional() ? 1 : 0)),
3170 std::next(value_op_begin(), isConditional() ? 1 : 0)),
3682 return make_range(succ_op_iterator(std::next(value_op_begin())),
3687 return make_range(const_succ_op_iterator(std::next(value_op_begin())),
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2620 Ops.append(I->value_op_begin(), I->value_op_end()); in linearizeExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3161 CatchPad->value_op_begin(), CatchPad->value_op_end())); in markAliveBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1987 Operands.append(CtxI->value_op_begin(), CtxI->value_op_end()); in computeCost()