Searched refs:value_op_begin (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | User.h | 310 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 D | Instructions.h | 3164 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 D | LowerMatrixIntrinsics.cpp | 2620 Ops.append(I->value_op_begin(), I->value_op_end()); in linearizeExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3161 CatchPad->value_op_begin(), CatchPad->value_op_end())); in markAliveBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1987 Operands.append(CtxI->value_op_begin(), CtxI->value_op_end()); in computeCost()
|