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.cpp7304 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local
7306 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() local
7412 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()