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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1508 unsigned NestIdx = 1; local
1514 E = NestFTy->param_end(); I != E; ++NestIdx, ++I)
1515 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
1518 NestAttr = NestAttrs.getParamAttributes(NestIdx);
1542 if (Idx == NestIdx) {
1561 Idx + (Idx >= NestIdx), B));
1588 if (Idx == NestIdx)

Completed in 57 milliseconds