Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h135 bool isLegalIntegerType(CodeGenModule &CGM, llvm::IntegerType *type);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp237 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()
672 bool swiftcall::isLegalIntegerType(CodeGenModule &CGM, in isLegalIntegerType() function in swiftcall