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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1506 const AttributeSet &NestAttrs = NestF->getAttributes(); local
1507 if (!NestAttrs.isEmpty()) {
1515 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
1518 NestAttr = NestAttrs.getParamAttributes(NestIdx);

Completed in 76 milliseconds