Home
last modified time | relevance | path

Searched refs:OffsetEntryCI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7702 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local
7704 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() local
7810 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()