Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2721 uint64_t ToBits = ToTy->getPrimitiveSizeInBits(); in replaceAllDbgUsesWith() local
2722 assert(FromBits != ToBits && "Unexpected no-op conversion"); in replaceAllDbgUsesWith()
2726 if (FromBits < ToBits) in replaceAllDbgUsesWith()
2740 return DIExpression::appendExt(DII.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
2754 return DIExpression::appendExt(DPV.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1115 unsigned ToBits = ToType->getPrimitiveSizeInBits().getFixedValue(); in isTruncateFree() local
1116 return FromBits > ToBits; in isTruncateFree()
1123 unsigned ToBits = ToVT.getFixedSizeInBits(); in isTruncateFree() local
1124 return FromBits > ToBits; in isTruncateFree()
5962 unsigned ToBits = OutVT.getScalarSizeInBits(); in lowerSIGN_EXTEND_VECTOR_INREG() local
5970 } while (FromBits != ToBits); in lowerSIGN_EXTEND_VECTOR_INREG()