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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6890 auto *OffsetEntryCI = local
6892 if (!OffsetEntryCI) {
6899 BitWidth = OffsetEntryCI->getBitWidth();
6901 if (OffsetEntryCI->getBitWidth() != BitWidth) {
6915 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue());
6922 PrevOffset = OffsetEntryCI->getValue();
6996 auto *OffsetEntryCI = local
6998 if (OffsetEntryCI->getValue().ugt(Offset)) {

Completed in 172 milliseconds