Searched refs:getInscanCopyOps (Results 1 – 2 of 2) sorted by relevance
2943 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function2946 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function2955 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()2958 return llvm::makeArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()3089 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()3090 getInscanCopyOps().end()); in copy_ops()3094 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()3095 getInscanCopyOps().end()); in copy_ops()
752 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()