Searched refs:getInscanCopyArrayTemps (Results 1 – 2 of 2) sorted by relevance
3179 MutableArrayRef<Expr *> getInscanCopyArrayTemps() { in getInscanCopyArrayTemps() function3182 ArrayRef<const Expr *> getInscanCopyArrayTemps() const { in getInscanCopyArrayTemps() function3191 return MutableArrayRef<Expr *>(getInscanCopyArrayTemps().end(), in getInscanCopyArrayElems()3195 return llvm::makeArrayRef(getInscanCopyArrayTemps().end(), varlist_size()); in getInscanCopyArrayElems()3324 return helper_expr_const_range(getInscanCopyArrayTemps().begin(), in copy_array_temps()3325 getInscanCopyArrayTemps().end()); in copy_array_temps()3329 return helper_expr_range(getInscanCopyArrayTemps().begin(), in copy_array_temps()3330 getInscanCopyArrayTemps().end()); in copy_array_temps()
776 llvm::copy(CopyArrayElems, getInscanCopyArrayTemps().end()); in setInscanCopyArrayElems()