Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp266 unsigned attrInd = i - I->op_begin() + 1; in getNoopInput() local
267 if (cast<CallInst>(I)->paramHasAttr(attrInd, Attribute::Returned) && in getNoopInput()
277 unsigned attrInd = i - I->op_begin() + 1; in getNoopInput() local
278 if (cast<InvokeInst>(I)->paramHasAttr(attrInd, Attribute::Returned) && in getNoopInput()