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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1233 const AttributeSet &CallerPAL = CS.getAttributes(); local
1259 if (!CallerPAL.isEmpty() && !Caller->use_empty()) {
1260 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
1292 if (AttrBuilder(CallerPAL.getParamAttributes(i + 1), i + 1).
1303 CallerPAL.getParamAttributes(i + 1).hasAttribute(i + 1,
1339 !CallerPAL.isEmpty())
1343 for (unsigned i = CallerPAL.getNumSlots(); i; --i) {
1344 unsigned Index = CallerPAL.getSlotIndex(i - 1);
1349 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1);
1363 AttrBuilder RAttrs(CallerPAL, AttributeSe
[all...]

Completed in 191 milliseconds