Searched refs:getInscanCopyOps (Results 1 – 2 of 2) sorted by relevance
3051 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function3054 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function3063 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3066 return llvm::makeArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3197 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()3198 getInscanCopyOps().end()); in copy_ops()3202 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()3203 getInscanCopyOps().end()); in copy_ops()
752 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()