Searched refs:intTy (Results 1 – 4 of 4) sorted by relevance
261 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local263 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
237 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local238 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()669 llvm::IntegerType *intTy) { in isLegalIntegerType() argument670 auto size = intTy->getBitWidth(); in isLegalIntegerType()
200 void addInt(llvm::IntegerType *intTy, uint64_t value,202 add(llvm::ConstantInt::get(intTy, value, isSigned));
198 const SPIRVType *intTy, const SPIRVType *boolTy) const;