Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp525 unsigned ArgIndex = 1; in DoPromotion() local
527 ++I, ++ArgIndex) { in DoPromotion()
538 if (Attributes attrs = PAL.getParamAttributes(ArgIndex)) in DoPromotion()
654 ArgIndex = 1; in DoPromotion()
656 I != E; ++I, ++AI, ++ArgIndex) in DoPromotion()
660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()
723 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) { in DoPromotion()
725 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp842 GenericValue ArgIndex; in visitCallSite() local
843 ArgIndex.UIntPairVal.first = ECStack.size() - 1; in visitCallSite()
844 ArgIndex.UIntPairVal.second = 0; in visitCallSite()
845 SetValue(CS.getInstruction(), ArgIndex, SF); in visitCallSite()
/external/clang/lib/Sema/
DSemaChecking.cpp1054 unsigned ArgIndex = FA->getFormatIdx(); in SemaCheckStringLiteral() local
1055 const Expr *Arg = CE->getArg(ArgIndex - 1); in SemaCheckStringLiteral()