Searched refs:OutSize (Results 1 – 4 of 4) sorted by relevance
649 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local651 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()666 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()671 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()682 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
1227 uint16_t OutSize; in emitPPA1Name() local1229 OutSize = static_cast<uint16_t>(NameSize); in emitPPA1Name()1232 OutSize = UINT16_MAX; in emitPPA1Name()1235 uint8_t ExtraZeros = 4 - ((2 + OutSize) % 4); in emitPPA1Name()1242 OutStreamer->emitInt16(OutSize); in emitPPA1Name()
1081 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,1086 getIntPtrConstant(OutSize, DL, true) };
544 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local545 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()546 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()