Searched defs:OuterSize (Results 1 – 4 of 4) sorted by relevance
46 …OuterSize = int(Evaluator::IsRowMajor) ? Evaluator::RowsAtCompileTime : Evaluator::ColsAtCompileTi… enumerator
109 size_t OuterSize() const { in OuterSize() function
25 enum { OuterSize = IsRowMajor ? BlockRows : BlockCols }; enumerator108 enum { OuterSize = IsRowMajor ? BlockRows : BlockCols }; enumerator
1271 uint64_t OuterSize = Context.getTypeSize(DestType); in EmitConstantValue() local