Searched refs:getInscanCopyOps (Results 1 – 2 of 2) sorted by relevance
3210 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function3213 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function3222 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3225 return llvm::ArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3356 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()3357 getInscanCopyOps().end()); in copy_ops()3361 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()3362 getInscanCopyOps().end()); in copy_ops()
776 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()