Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2071 const AttributeSet &CallerPAL = CS.getAttributes(); in transformConstExprCastCall() local
2097 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
2098 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex); in transformConstExprCastCall()
2139 if (AttrBuilder(CallerPAL.getParamAttributes(i + 1), i + 1). in transformConstExprCastCall()
2149 CallerPAL.getParamAttributes(i + 1).hasAttribute(i + 1, in transformConstExprCastCall()
2185 !CallerPAL.isEmpty()) in transformConstExprCastCall()
2189 for (unsigned i = CallerPAL.getNumSlots(); i; --i) { in transformConstExprCastCall()
2190 unsigned Index = CallerPAL.getSlotIndex(i - 1); in transformConstExprCastCall()
2195 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1); in transformConstExprCastCall()
2209 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex); in transformConstExprCastCall()
[all …]