Searched refs:getInscanCopyArrayTemps (Results 1 – 2 of 2) sorted by relevance
3877 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function3880 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function3889 return {getInscanCopyArrayTemps().end(), varlist_size()}; in getInscanCopyArrayElems()3892 return {getInscanCopyArrayTemps().end(), varlist_size()}; in getInscanCopyArrayElems()4043 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps()4044 getInscanCopyArrayTemps().end()); in copy_array_temps()4048 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps()4049 getInscanCopyArrayTemps().end()); in copy_array_temps()
788 llvm::copy(CopyArrayElems, getInscanCopyArrayTemps().end()); in setInscanCopyArrayElems()