Lines Matching refs:intTy
117 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) {
119 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth;
6258 llvm::IntegerType *IntTy =
6261 // Add (TySize / MinABIStackAlignInBytes) args of IntTy.
6263 ArgList.push_back(IntTy);
6513 llvm::Type *IntTy = (OrigTy->isIntegerType() ? Temp.getElementType()
6515 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy);