Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp235 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local
236 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()
672 llvm::IntegerType *intTy) { in isLegalIntegerType() argument
673 auto size = intTy->getBitWidth(); in isLegalIntegerType()
H A DTargetInfo.cpp136 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
138 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h197 void addInt(llvm::IntegerType *intTy, uint64_t value,
199 add(llvm::ConstantInt::get(intTy, value, isSigned));