Searched refs:CSHIFT (Results 1 – 1 of 1) sorted by relevance
65 Expr<T> CSHIFT(FunctionRef<T> &&);574 template <typename T> Expr<T> Folder<T>::CSHIFT(FunctionRef<T> &&funcRef) { in CSHIFT() function1124 return Folder<T>{context}.CSHIFT(std::move(funcRef)); in FoldOperation()