Searched refs:source_multi_index (Results 1 – 2 of 2) sorted by relevance
270 std::vector<llvm::Value*> source_multi_index(multidim_.size()); in SourceIndexOfSlice() local274 source_multi_index[i] = builder->CreateAdd( in SourceIndexOfSlice()278 source_multi_index[i] = in SourceIndexOfSlice()282 return Index(source_multi_index, operand_shape, index_type_); in SourceIndexOfSlice()
2332 std::vector<llvm::Value*> source_multi_index = target_index.multidim(); in MakeElementGenerator() local2334 source_multi_index[dim] = Sub(target_index.GetConstantWithIndexType( in MakeElementGenerator()2339 source_multi_index, operand->shape(), target_index.GetType()); in MakeElementGenerator()