Searched refs:OutSize (Results 1 – 4 of 4) sorted by relevance
685 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local687 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()702 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()707 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()723 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
1362 uint16_t OutSize; in emitPPA1Name() local1364 OutSize = static_cast<uint16_t>(NameSize); in emitPPA1Name()1367 OutSize = UINT16_MAX; in emitPPA1Name()1370 uint8_t ExtraZeros = 4 - ((2 + OutSize) % 4); in emitPPA1Name()1377 OutStreamer->emitInt16(OutSize); in emitPPA1Name()
1144 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,1149 getIntPtrConstant(OutSize, DL, true) };
561 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local562 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()563 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()583 TypeSize OutSize = NOutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local585 if (OutSize.hasKnownScalarFactor(EltSize)) { in PromoteIntRes_BITCAST()586 unsigned NumEltsWithPadding = OutSize.getKnownScalarFactor(EltSize); in PromoteIntRes_BITCAST()