Searched refs:getInscanCopyArrayTemps (Results 1 – 2 of 2) sorted by relevance
2860 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function2863 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function2872 return MutableArrayRef<Expr *>(getInscanCopyArrayTemps().end(), in getInscanCopyArrayElems()2876 return llvm::makeArrayRef(getInscanCopyArrayTemps().end(), varlist_size()); in getInscanCopyArrayElems()3005 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps()3006 getInscanCopyArrayTemps().end()); in copy_array_temps()3010 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps()3011 getInscanCopyArrayTemps().end()); in copy_array_temps()
742 llvm::copy(CopyArrayElems, getInscanCopyArrayTemps().end()); in setInscanCopyArrayElems()