Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp6384 auto *OffsetEntryCI = in verifyTBAABaseNodeImpl() local
6386 if (!OffsetEntryCI) { in verifyTBAABaseNodeImpl()
6393 BitWidth = OffsetEntryCI->getBitWidth(); in verifyTBAABaseNodeImpl()
6395 if (OffsetEntryCI->getBitWidth() != BitWidth) { in verifyTBAABaseNodeImpl()
6409 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()
6416 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()
6490 auto *OffsetEntryCI = in getFieldNodeFromTBAABaseNode() local
6492 if (OffsetEntryCI->getValue().ugt(Offset)) { in getFieldNodeFromTBAABaseNode()