Home
last modified time | relevance | path

Searched refs:int_op_inserter (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h482 class int_op_inserter
490 explicit int_op_inserter(AggregateValueExpression &E) : AVE(&E) {} in int_op_inserter() function
491 explicit int_op_inserter(AggregateValueExpression *E) : AVE(E) {} in int_op_inserter() function
493 int_op_inserter &operator=(unsigned int val) {
497 int_op_inserter &operator*() { return *this; }
498 int_op_inserter &operator++() { return *this; }
499 int_op_inserter &operator++(int) { return *this; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1203 std::copy(II->idx_begin(), II->idx_end(), int_op_inserter(E)); in createAggregateValueExpression()
1210 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E)); in createAggregateValueExpression()