Searched refs:const_indices (Results 1 – 2 of 2) sorted by relevance
315 std::vector<int64> const_indices; in Compile() local316 Status status = ctx->ConstantInputAsIntVector(1, &const_indices); in Compile()319 for (auto i = 0; i < const_indices.size(); i++) { in Compile()320 if (const_indices[i] != i) { in Compile()330 end[0] = const_indices.size(); in Compile()386 std::vector<int64> const_indices; in Compile() local387 Status status = ctx->ConstantInputAsIntVector(1, &const_indices); in Compile()391 if (const_indices[i] != i) { in Compile()
983 SmallVector<Value *, 8> const_indices; in Interpret() local1006 const_indices.push_back(constant_index); in Interpret()1010 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()