Lines Matching refs:Int16Ty
1424 llvm::FunctionType::get(CGM.VoidTy, {CGM.Int16Ty, CGM.Int32Ty}, in emitWorkerLoop()
1824 CGM.getModule(), CGM.Int16Ty, /*isConstant=*/true, in emitGenericVarsProlog()
1828 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth( in emitGenericVarsProlog() local
1832 CGM.getContext().getTypeAlignInChars(Int16Ty)), in emitGenericVarsProlog()
1833 /*Volatile=*/false, Int16Ty, Loc); in emitGenericVarsProlog()
1849 CGM.Int16Ty, in emitGenericVarsProlog()
2040 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth( in emitGenericVarsEpilog() local
2044 CGM.getContext().getTypeAlignInChars(Int16Ty)), in emitGenericVarsEpilog()
2045 /*Volatile=*/false, Int16Ty, GlobalizedRecords.back().Loc); in emitGenericVarsEpilog()
2048 CGM.Int16Ty, in emitGenericVarsEpilog()
2314 Bld.CreateIntCast(RT.getGPUWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true); in createRuntimeShuffleFunction()
4616 llvm::ConstantInt::get(CGM.Int16Ty, UseSharedMemory ? 1 : 0)); in clear()