Searched refs:RowPos (Results 1 – 2 of 2) sorted by relevance
170 Value *RowPos = GetElementPtrInst::Create(I8Ty, I8Ptr, RowOffset, in preWriteTileCfg() local178 new StoreInst(Row, RowPos, Pos); in preWriteTileCfg()
1230 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq() local1233 assert(Seq.SectionIndex == RowPos->Address.SectionIndex); in findRowInSeq()1234 return RowPos - Rows.begin(); in findRowInSeq()