Searched refs:getInscanCopyOps (Results 1 – 2 of 2) sorted by relevance
2849 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function2852 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function2861 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()2864 return llvm::makeArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()2995 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()2996 getInscanCopyOps().end()); in copy_ops()3000 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()3001 getInscanCopyOps().end()); in copy_ops()
733 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()