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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp1555 unsigned LastSlot = Attrs.getNumSlots() - 1; local
1556 unsigned LastIndex = Attrs.getSlotIndex(LastSlot);
1559 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params)))

Completed in 111 milliseconds