Searched refs:LinearValidOnShape (Results 1 – 2 of 2) sorted by relevance
111 bool LinearValidOnShape(const Shape& a) const;
174 bool IrArray::Index::LinearValidOnShape(const Shape& a) const { in LinearValidOnShape() function in xla::llvm_ir::IrArray::Index454 if (use_linear_index && index.LinearValidOnShape(shape_)) { in EmitArrayElementAddress()