Searched refs:byteSwap (Results 1 – 14 of 14) sorted by relevance
417 KnownBits byteSwap() const { in byteSwap() function418 return KnownBits(Zero.byteSwap(), One.byteSwap()); in byteSwap()
118 AB = AOut.byteSwap(); in determineLiveOperandBits()
2399 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
1626 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()1627 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
236 API = API.byteSwap(); in addConstantFP()
518 Known = Known.byteSwap(); in computeKnownBitsImpl()
1648 APInt byteSwap() const;
152 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue()
707 APInt APInt::byteSwap() const { in byteSwap() function in APInt
2142 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()2146 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()2147 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
3753 Known = Known2.byteSwap(); in computeKnownBits()5225 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
77 NewRHS = ConstantInt::get(I.getType(), C->byteSwap()); in SimplifyBSwap()
3218 ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()
11995 return Success(Val.byteSwap(), E); in VisitBuiltinCallExpr()