Searched refs:OffsetEntryCI (Results 1 – 1 of 1) sorted by relevance
6537 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local6539 if (!OffsetEntryCI) { in verifyTBAABaseNodeImpl()6546 BitWidth = OffsetEntryCI->getBitWidth(); in verifyTBAABaseNodeImpl()6548 if (OffsetEntryCI->getBitWidth() != BitWidth) { in verifyTBAABaseNodeImpl()6562 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()6569 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()6643 auto *OffsetEntryCI = in getFieldNodeFromTBAABaseNode() local6645 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()