Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp1291 struct IRArgs { struct in __anon9dc3f3ef0411::ClangToLLVMArgMapping
1298 IRArgs() in IRArgs() argument
1303 SmallVector<IRArgs, 8> ArgInfo;
1369 auto &IRArgs = ArgInfo[ArgNo]; in construct() local
1372 IRArgs.PaddingArgIndex = IRArgNo++; in construct()
1380 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1382 IRArgs.NumberOfArgs = 1; in construct()
1387 IRArgs.NumberOfArgs = 1; in construct()
1392 IRArgs.NumberOfArgs = 0; in construct()
1395 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
[all …]