Files
archived-llvm-mirror/lib/Transforms/Vectorize
Sanjay Patel c0733e8126 [SLP] use std::distance/find to reduce code; NFC
We were already using this code pattern right after
the loop, so this makes it consistent.
2020-09-21 16:22:55 -04:00
..