Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp237 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local
238 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()
668 llvm::IntegerType *intTy) { in isLegalIntegerType() argument
669 auto size = intTy->getBitWidth(); in isLegalIntegerType()
H A DTargetInfo.cpp143 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
145 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h197 void addInt(llvm::IntegerType *intTy, uint64_t value,
199 add(llvm::ConstantInt::get(intTy, value, isSigned));
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp141 const SPIRVType *intTy, const SPIRVType *boolTy) const;