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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5271 auto *OffsetEntryCI = local
5273 if (!OffsetEntryCI) {
5280 BitWidth = OffsetEntryCI->getBitWidth();
5282 if (OffsetEntryCI->getBitWidth() != BitWidth) {
5296 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue());
5303 PrevOffset = OffsetEntryCI->getValue();
5377 auto *OffsetEntryCI = local
5379 if (OffsetEntryCI->getValue().ugt(Offset)) {

Completed in 214 milliseconds