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

/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DVerifier.cpp992 unsigned LastSlot = Attrs.getNumSlots() - 1; local
993 unsigned LastIndex = Attrs.getSlotIndex(LastSlot);
996 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params)))

Completed in 23 milliseconds