Home
last modified time | relevance | path

Searched defs:ShapeInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp338 struct ShapeInfo { struct in __anon7e59d9a20111::LowerMatrixIntrinsics
339 unsigned NumRows;
340 unsigned NumColumns;
342 bool IsColumnMajor;
344 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument
348 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
352 bool operator==(const ShapeInfo &other) { in operator ==()
355 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()
359 operator bool() const { in operator bool()
364 unsigned getStride() const { in getStride()
[all …]