Home
last modified time | relevance | path

Searched refs:byteSwap (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h417 KnownBits byteSwap() const { in byteSwap() function
418 return KnownBits(Zero.byteSwap(), One.byteSwap()); in byteSwap()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDemandedBits.cpp118 AB = AOut.byteSwap(); in determineLiveOperandBits()
H A DConstantFolding.cpp2399 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
H A DValueTracking.cpp1626 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()
1627 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp236 API = API.byteSwap(); in addConstantFP()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp518 Known = Known.byteSwap(); in computeKnownBitsImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1648 APInt byteSwap() const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp152 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp707 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2142 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()
2146 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()
2147 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
H A DSelectionDAG.cpp3753 Known = Known2.byteSwap(); in computeKnownBits()
5225 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp77 NewRHS = ConstantInt::get(I.getType(), C->byteSwap()); in SimplifyBSwap()
H A DInstCombineCompares.cpp3218 ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp11995 return Success(Val.byteSwap(), E); in VisitBuiltinCallExpr()