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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1764 unsigned NestIdx = 1; local
1770 E = NestFTy->param_end(); I != E; ++NestIdx, ++I)
1771 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
1774 NestAttr = NestAttrs.getParamAttributes(NestIdx);
1798 if (Idx == NestIdx) {
1817 Idx + (Idx >= NestIdx), B));
1844 if (Idx == NestIdx)

Completed in 195 milliseconds