Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp619 unsigned LastSlot = Attrs.getNumSlots() - 1; in VerifyAttributeCount() local
620 unsigned LastIndex = Attrs.getSlot(LastSlot).Index; in VerifyAttributeCount()
623 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params))) in VerifyAttributeCount()
/external/llvm/lib/IR/
DVerifier.cpp1663 unsigned LastSlot = Attrs.getNumSlots() - 1; in verifyAttributeCount() local
1664 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in verifyAttributeCount()
1667 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in verifyAttributeCount()