Lines Matching defs:indexAttr
671 auto indexAttr = llvm::dyn_cast_if_present<IntegerAttr>(index);
672 return indexAttr && indexAttr.getValue() == 0;
866 auto indexAttr =
868 assert(slot.subelementTypes.contains(indexAttr));
869 usedIndices.insert(indexAttr);
873 Type subslotType = slot.subelementTypes.lookup(indexAttr);
889 auto indexAttr =
891 const MemorySlot &newSlot = subslots.at(indexAttr);
1578 auto indexAttr = llvm::dyn_cast<IntegerAttr>(index);
1579 if (!indexAttr || !indexAttr.getType().isInteger(32))
1581 int32_t indexInt = indexAttr.getInt();
1603 auto indexAttr = llvm::dyn_cast<IntegerAttr>(index);
1604 if (!indexAttr || !indexAttr.getType().isInteger(32))
1606 int32_t indexInt = indexAttr.getInt();