Searched refs:OutSize (Results 1 – 3 of 3) sorted by relevance
647 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local649 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()664 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()669 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()680 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
1022 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,1027 getIntPtrConstant(OutSize, DL, true) };
466 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local467 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()468 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()