Home
last modified time | relevance | path

Searched refs:ToBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2790 uint64_t ToBits = ToTy->getPrimitiveSizeInBits(); in replaceAllDbgUsesWith() local
2791 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1455 unsigned ToBits = ToType->getPrimitiveSizeInBits().getFixedValue(); in isTruncateFree() local
1456 return FromBits > ToBits; in isTruncateFree()
1463 unsigned ToBits = ToVT.getFixedSizeInBits(); in isTruncateFree() local
1464 return FromBits > ToBits; in isTruncateFree()
6571 unsigned ToBits = OutVT.getScalarSizeInBits(); in lowerSIGN_EXTEND_VECTOR_INREG() local
6585 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()