Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2069 uint64_t ToBits = ToTy->getPrimitiveSizeInBits(); in replaceAllDbgUsesWith() local
2070 assert(FromBits != ToBits && "Unexpected no-op conversion"); in replaceAllDbgUsesWith()
2074 if (FromBits < ToBits) in replaceAllDbgUsesWith()
2088 return DIExpression::appendExt(DII.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1025 unsigned ToBits = ToType->getPrimitiveSizeInBits().getFixedSize(); in isTruncateFree() local
1026 return FromBits > ToBits; in isTruncateFree()
1033 unsigned ToBits = ToVT.getFixedSizeInBits(); in isTruncateFree() local
1034 return FromBits > ToBits; in isTruncateFree()
5561 unsigned ToBits = OutVT.getScalarSizeInBits(); in lowerSIGN_EXTEND_VECTOR_INREG() local
5569 } while (FromBits != ToBits); in lowerSIGN_EXTEND_VECTOR_INREG()