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()
1207 uint16_t OutSize; in emitPPA1Name() local1209 OutSize = static_cast<uint16_t>(NameSize); in emitPPA1Name()1212 OutSize = UINT16_MAX; in emitPPA1Name()1215 uint8_t ExtraZeros = 4 - ((2 + OutSize) % 4); in emitPPA1Name()1222 OutStreamer->emitInt16(OutSize); in emitPPA1Name()
1062 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,1067 getIntPtrConstant(OutSize, DL, true) };
494 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local495 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()496 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()