Searched refs:getInscanCopyOps (Results 1 – 2 of 2) sorted by relevance
3168 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function3171 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function3180 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3183 return llvm::makeArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3314 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()3315 getInscanCopyOps().end()); in copy_ops()3319 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()3320 getInscanCopyOps().end()); in copy_ops()
767 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()