Searched refs:OffsetEntryCI (Results 1 – 1 of 1) sorted by relevance
7702 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local7704 if (!OffsetEntryCI) { in verifyTBAABaseNodeImpl()7711 BitWidth = OffsetEntryCI->getBitWidth(); in verifyTBAABaseNodeImpl()7713 if (OffsetEntryCI->getBitWidth() != BitWidth) { in verifyTBAABaseNodeImpl()7727 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()7734 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()7808 auto *OffsetEntryCI = in getFieldNodeFromTBAABaseNode() local7810 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()