Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1112 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs; in transformConstExprCastCall() local
1113 if (PAttrs & Attribute::VarArgsIncompatible) in transformConstExprCastCall()
1148 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall() local
1149 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs)); in transformConstExprCastCall()
1176 if (Attributes PAttrs = CallerPAL.getParamAttributes(i + 1)) in transformConstExprCastCall() local
1177 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs)); in transformConstExprCastCall()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2749 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1); in transformConstExprCastCall() local
2750 if (PAttrs.hasAttribute(Index, Attribute::StructRet)) in transformConstExprCastCall()
2785 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall() local
2786 if (PAttrs.hasAttributes()) in transformConstExprCastCall()
2788 PAttrs)); in transformConstExprCastCall()
2813 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1); in transformConstExprCastCall() local
2814 if (PAttrs.hasAttributes()) in transformConstExprCastCall()
2816 PAttrs)); in transformConstExprCastCall()