Searched refs:OutSize (Results 1 – 4 of 4) sorted by relevance
641 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local643 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()658 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()663 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()674 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
1299 size_t OutSize; in getKernelCUDA() local1331 Res = CuLinkCompleteFcnPtr(LState, &CuOut, &OutSize); in getKernelCUDA()
943 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,948 getIntPtrConstant(OutSize, DL, true) };
459 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local460 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()461 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()