Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp64 getCoerceAndExpandType()->print(OS); in dump()
H A DCGCall.cpp3437 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog()
4079 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog()
5619 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall()
6067 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitCall()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h376 llvm::StructType *getCoerceAndExpandType() const { in getCoerceAndExpandType() function