Searched refs:ToBits (Results 1 – 2 of 2) sorted by relevance
2749 uint64_t ToBits = ToTy->getPrimitiveSizeInBits(); in replaceAllDbgUsesWith() local2750 assert(FromBits != ToBits && "Unexpected no-op conversion"); in replaceAllDbgUsesWith()2754 if (FromBits < ToBits) in replaceAllDbgUsesWith()2768 return DIExpression::appendExt(DII.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()2782 return DIExpression::appendExt(DVR.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
1138 unsigned ToBits = ToType->getPrimitiveSizeInBits().getFixedValue(); in isTruncateFree() local1139 return FromBits > ToBits; in isTruncateFree()1146 unsigned ToBits = ToVT.getFixedSizeInBits(); in isTruncateFree() local1147 return FromBits > ToBits; in isTruncateFree()5966 unsigned ToBits = OutVT.getScalarSizeInBits(); in lowerSIGN_EXTEND_VECTOR_INREG() local5974 } while (FromBits != ToBits); in lowerSIGN_EXTEND_VECTOR_INREG()