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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1103 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs; local
1104 if (PAttrs & Attribute::VarArgsIncompatible)
1139 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1))
1140 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));
1167 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1))
1168 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));

Completed in 65 milliseconds