Searched refs:OutSize (Results 1 – 3 of 3) sorted by relevance
640 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local642 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()657 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()662 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
919 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,924 getIntPtrConstant(OutSize, DL, true) };
418 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local419 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST()420 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()