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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1126 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs; local
1127 if (PAttrs & Attribute::VarArgsIncompatible)
1162 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1))
1163 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));
1190 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1))
1191 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));

Completed in 380 milliseconds