Searched refs:crop_values (Results 1 – 1 of 1) sorted by relevance
1159 auto crop_values = llvm::to_vector<4>(crops.getIntValues()); in matchAndRewrite() local1161 int64_t crop_start = crop_values[i * 2].getSExtValue(); in matchAndRewrite()1162 int64_t crop_end = crop_values[i * 2 + 1].getSExtValue(); in matchAndRewrite()