Home
last modified time | relevance | path

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

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