Searched refs:OffsetEntryCI (Results 1 – 1 of 1) sorted by relevance
6890 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local6892 if (!OffsetEntryCI) { in verifyTBAABaseNodeImpl()6899 BitWidth = OffsetEntryCI->getBitWidth(); in verifyTBAABaseNodeImpl()6901 if (OffsetEntryCI->getBitWidth() != BitWidth) { in verifyTBAABaseNodeImpl()6915 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()6922 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()6996 auto *OffsetEntryCI = in getFieldNodeFromTBAABaseNode() local6998 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()