Searched refs:byteSwap (Results 1 – 11 of 11) sorted by relevance
1433 APInt byteSwap() const;1831 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
124 AB = AOut.byteSwap(); in determineLiveOperandBits()
1969 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
1567 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()1568 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
1751 APInt byteSwap() const;
729 APInt APInt::byteSwap() const { in byteSwap() function in APInt
672 APInt APInt::byteSwap() const { in byteSwap() function in APInt
1590 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()1594 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()1595 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
3313 Known.Zero = Known2.Zero.byteSwap(); in computeKnownBits()3314 Known.One = Known2.One.byteSwap(); in computeKnownBits()4426 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
105 NewRHS = ConstantInt::get(I.getType(), C->byteSwap()); in SimplifyBSwap()
3033 Cmp.setOperand(1, ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()