Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h128 bool isLegalIntegerType(CodeGenModule &CGM, llvm::IntegerType *type);
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp220 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()
612 bool swiftcall::isLegalIntegerType(CodeGenModule &CGM, in isLegalIntegerType() function in swiftcall