Searched refs:OffsetEntryCI (Results 1 – 1 of 1) sorted by relevance
7304 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local7306 if (!OffsetEntryCI) { in verifyTBAABaseNodeImpl()7313 BitWidth = OffsetEntryCI->getBitWidth(); in verifyTBAABaseNodeImpl()7315 if (OffsetEntryCI->getBitWidth() != BitWidth) { in verifyTBAABaseNodeImpl()7329 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()7336 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()7410 auto *OffsetEntryCI = in getFieldNodeFromTBAABaseNode() local7412 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()