Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1009 unsigned LastSlot = Attrs.getNumSlots() - 1; in VerifyAttributeCount() local
1010 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in VerifyAttributeCount()
1013 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in VerifyAttributeCount()