Searched refs:denseAttr (Results 1 – 2 of 2) sorted by relevance
181 DenseIntElementsAttr denseAttr = attr.dyn_cast<DenseIntElementsAttr>(); in isSequenceStartingWith0() local182 for (int64_t i = 0, e = denseAttr.getNumElements(); i < e; ++i) in isSequenceStartingWith0()183 if (denseAttr.getValues<APInt>()[i].getSExtValue() != i) return false; in isSequenceStartingWith0()
599 DenseIntElementsAttr denseAttr; in forwardConstant() local600 if (matchPattern(v, m_Constant(&denseAttr))) { in forwardConstant()606 denseAttr.getValues<APInt>()[i].getSExtValue(), v.getContext()); in forwardConstant()