Searched refs:ToBits (Results 1 – 2 of 2) sorted by relevance
2790 uint64_t ToBits = ToTy->getPrimitiveSizeInBits(); in replaceAllDbgUsesWith() local2791 assert(FromBits != ToBits && "Unexpected no-op conversion"); in replaceAllDbgUsesWith()2795 if (FromBits < ToBits) in replaceAllDbgUsesWith()2809 return DIExpression::appendExt(DII.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()2823 return DIExpression::appendExt(DVR.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
1455 unsigned ToBits = ToType->getPrimitiveSizeInBits().getFixedValue(); in isTruncateFree() local1456 return FromBits > ToBits; in isTruncateFree()1463 unsigned ToBits = ToVT.getFixedSizeInBits(); in isTruncateFree() local1464 return FromBits > ToBits; in isTruncateFree()6571 unsigned ToBits = OutVT.getScalarSizeInBits(); in lowerSIGN_EXTEND_VECTOR_INREG() local6585 if (ToBits == 64 && OutNumElts == 2) { in lowerSIGN_EXTEND_VECTOR_INREG()6586 int NumElem = ToBits / FromBits; in lowerSIGN_EXTEND_VECTOR_INREG()6622 } while (FromBits != ToBits); in lowerSIGN_EXTEND_VECTOR_INREG()