Searched refs:OffsetEntryCI (Results 1 – 1 of 1) sorted by relevance
6384 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local6386 if (!OffsetEntryCI) { in verifyTBAABaseNodeImpl()6393 BitWidth = OffsetEntryCI->getBitWidth(); in verifyTBAABaseNodeImpl()6395 if (OffsetEntryCI->getBitWidth() != BitWidth) { in verifyTBAABaseNodeImpl()6409 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()6416 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()6490 auto *OffsetEntryCI = in getFieldNodeFromTBAABaseNode() local6492 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()