Searched refs:byteSwap (Results 1 – 15 of 15) sorted by relevance
397 KnownBits byteSwap() { in byteSwap() function398 return KnownBits(Zero.byteSwap(), One.byteSwap()); in byteSwap()
124 AB = AOut.byteSwap(); in determineLiveOperandBits()
2222 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
1532 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()1533 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
236 API = API.byteSwap(); in addConstantFP()
489 Known.byteSwap(); in computeKnownBitsImpl()
1764 APInt byteSwap() const;
149 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue()
669 APInt APInt::byteSwap() const { in byteSwap() function in APInt
1781 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()1785 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()1786 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
3466 Known = Known2.byteSwap(); in computeKnownBits()4644 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
107 NewRHS = ConstantInt::get(I.getType(), C->byteSwap()); in SimplifyBSwap()
3106 ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()
11608 return Success(Val.byteSwap(), E); in VisitBuiltinCallExpr()
467 asm and change the signature of brev and byteSwap functions to use