Searched defs:getSlotIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DAttributeImpl.h230 unsigned getSlotIndex(unsigned Slot) const { function in class:llvm::AttributeSetImpl
H A DAttributes.cpp501 if (getSlotIndex(I) != Index) continue;
715 if (getSlotIndex(I) >= Index) {
716 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
728 if (Attrs.getSlotIndex(I) == Index) {
768 if (getSlotIndex(I) >= Index) {
769 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
781 if (Attrs.getSlotIndex(I) == Index) {
892 if (pImpl->getSlotIndex(I) == Index)
921 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { function in class:AttributeSet
924 return pImpl->getSlotIndex(Slo
[all...]

Completed in 140 milliseconds