Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp261 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
263 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
H A DSwiftCallingConv.cpp237 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local
238 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()
669 llvm::IntegerType *intTy) { in isLegalIntegerType() argument
670 auto size = intTy->getBitWidth(); in isLegalIntegerType()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h200 void addInt(llvm::IntegerType *intTy, uint64_t value,
202 add(llvm::ConstantInt::get(intTy, value, isSigned));
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp198 const SPIRVType *intTy, const SPIRVType *boolTy) const;