HomeSort by relevance Sort by last modified time
    Searched defs:getSlotIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
AttributeImpl.h 290 unsigned getSlotIndex(unsigned Slot) const {
Attributes.cpp 650 if (getSlotIndex(I) != Index) continue;
872 if (getSlotIndex(I) < *IdxI)
874 else if (getSlotIndex(I) > *IdxI)
914 if (getSlotIndex(I) >= Index) {
915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
927 if (Attrs.getSlotIndex(I) == Index) {
    [all...]

Completed in 374 milliseconds