Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h189 static ABIArgInfo getCoerceAndExpand(llvm::StructType *coerceToType, in getCoerceAndExpand() argument
201 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand()
220 AI.setCoerceToType(coerceToType); in getCoerceAndExpand()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h240 static ABIArgInfo getCoerceAndExpand(llvm::StructType *coerceToType, in getCoerceAndExpand() argument
252 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand()
271 AI.setCoerceToType(coerceToType); in getCoerceAndExpand()