Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h358 llvm::StructType *getCoerceAndExpandType() const { in getCoerceAndExpandType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp3023 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog()
3621 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog()
5082 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall()
5488 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitCall()
H A DTargetInfo.cpp283 getCoerceAndExpandType()->print(OS); in dump()