Lines Matching refs:Int16Ty
1416 llvm::FunctionType::get(CGM.VoidTy, {CGM.Int16Ty, CGM.Int32Ty}, in emitWorkerLoop()
1826 CGM.getModule(), CGM.Int16Ty, /*isConstant=*/true, in emitGenericVarsProlog()
1830 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth( in emitGenericVarsProlog() local
1834 CGM.getContext().getTypeAlignInChars(Int16Ty)), in emitGenericVarsProlog()
1835 /*Volatile=*/false, Int16Ty, Loc); in emitGenericVarsProlog()
1851 CGM.Int16Ty, in emitGenericVarsProlog()
2041 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth( in emitGenericVarsEpilog() local
2045 CGM.getContext().getTypeAlignInChars(Int16Ty)), in emitGenericVarsEpilog()
2046 /*Volatile=*/false, Int16Ty, GlobalizedRecords.back().Loc); in emitGenericVarsEpilog()
2049 CGM.Int16Ty, in emitGenericVarsEpilog()
2487 Bld.CreateIntCast(RT.getGPUWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true); in createRuntimeShuffleFunction()
4774 llvm::ConstantInt::get(CGM.Int16Ty, UseSharedMemory ? 1 : 0)); in clear()