Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h283 llvm::Type *getUnpaddedCoerceAndExpandType() const { in getUnpaddedCoerceAndExpandType() function
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h344 llvm::Type *getUnpaddedCoerceAndExpandType() const { in getUnpaddedCoerceAndExpandType() function
/external/clang/lib/CodeGen/
DCGCall.cpp1501 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()
2818 llvm::Type *returnType = RetAI.getUnpaddedCoerceAndExpandType(); in EmitFunctionEpilog()
4026 assert(CI->getType() == RetAI.getUnpaddedCoerceAndExpandType()); in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1599 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()
3351 llvm::Type *returnType = RetAI.getUnpaddedCoerceAndExpandType(); in EmitFunctionEpilog()
5077 assert(CI->getType() == RetAI.getUnpaddedCoerceAndExpandType()); in EmitCall()