Home
last modified time | relevance | path

Searched refs:min_lane (Results 1 – 1 of 1) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DVectorizeLoops.cpp175 Expr min_lane = VectorReduce::make(VectorReduce::And, e, 1); in bounds_of_lanes() local
177 return {min_lane, max_lane}; in bounds_of_lanes()
179 Expr min_lane = VectorReduce::make(VectorReduce::Min, e, 1); in bounds_of_lanes() local
181 return {min_lane, max_lane}; in bounds_of_lanes()