Lines Matching defs:lt
111 const auto lt = stt.getLvlType(lvl);
112 if (isCompressedLT(lt) || isLooseCompressedLT(lt)) {
119 if (isLooseCompressedLT(lt)) {
126 } else if (isSingletonLT(lt) || isNOutOfMLT(lt)) {
132 assert(isDenseLT(lt));
212 Level /*lvl*/, LevelType /*lt*/) -> bool {
244 const auto lt = stt.getLvlType(lvl);
245 if (isCompressedLT(lt) || isLooseCompressedLT(lt))
302 Value lt = builder.create<arith::CmpIOp>(loc, arith::CmpIPredicate::ult,
305 scf::IfOp ifOp1 = builder.create<scf::IfOp>(loc, types, lt, /*else*/ true);
369 const auto lt = stt.getLvlType(lvl);
370 if (isCompressedLT(lt)) {
404 assert(isDenseLT(lt) || isLooseCompressedLT(lt) || isSingletonLT(lt) ||
405 isNOutOfMLT(lt));
482 const auto lt = stt.getLvlType(lvl);
483 if (isCompressedLT(lt) || isLooseCompressedLT(lt)) {
491 if (isLooseCompressedLT(lt)) {
497 } else if (isSingletonLT(lt) || isNOutOfMLT(lt)) {
505 assert(isDenseLT(lt));
1191 LevelType /*lt*/) -> bool {
1320 Level /*lvl*/, LevelType lt) -> bool {
1369 LevelType lt = stt.getLvlType(lvl);
1371 if (lt.isa<LevelFormat::Dense>()) {
1376 if (lt.isa<LevelFormat::Batch>()) {
1383 if (isWithPosLT(lt)) {
1384 assert(isCompressedLT(lt) || isLooseCompressedLT(lt));
1385 if (isLooseCompressedLT(lt)) {
1389 assert(isCompressedLT(lt));
1403 assert(isWithCrdLT(lt) && lvl <= trailCOOStart);
1438 Level lvl, LevelType lt) -> bool {