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