Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp865 const ABIArgInfo &argAI = it->info; in GetFunctionType() local
867 switch (argAI.getKind()) { in GetFunctionType()
881 if (llvm::Type *PaddingType = argAI.getPaddingType()) in GetFunctionType()
886 llvm::Type *argType = argAI.getCoerceToType(); in GetFunctionType()