Searched refs:intTy (Results 1 – 4 of 4) sorted by relevance
237 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local238 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()668 llvm::IntegerType *intTy) { in isLegalIntegerType() argument669 auto size = intTy->getBitWidth(); in isLegalIntegerType()
143 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local145 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
197 void addInt(llvm::IntegerType *intTy, uint64_t value,199 add(llvm::ConstantInt::get(intTy, value, isSigned));
141 const SPIRVType *intTy, const SPIRVType *boolTy) const;