Searched refs:getInscanCopyOps (Results 1 – 2 of 2) sorted by relevance
3333 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function3336 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function3345 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3348 return llvm::ArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3479 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()3480 getInscanCopyOps().end()); in copy_ops()3484 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()3485 getInscanCopyOps().end()); in copy_ops()
781 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()