Searched refs:byteSwap (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dmd5.c71 byteSwap(isc_uint32_t *buf, unsigned words) function
225 byteSwap(ctx->in, 16);
233 byteSwap(ctx->in, 16);
260 byteSwap(ctx->in, 16);
266 byteSwap(ctx->in, 14);
273 byteSwap(ctx->buf, 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp124 AB = AOut.byteSwap();
H A DValueTracking.cpp1652 Known.Zero |= Known2.Zero.byteSwap();
1653 Known.One |= Known2.One.byteSwap();
H A DConstantFolding.cpp2162 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1754 APInt byteSwap() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1743 APInt DemandedSrcBits = DemandedBits.byteSwap();
1747 Known.One = Known2.One.byteSwap();
1748 Known.Zero = Known2.Zero.byteSwap();
H A DSelectionDAG.cpp3368 Known.Zero = Known2.Zero.byteSwap();
3369 Known.One = Known2.One.byteSwap();
4475 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp105 NewRHS = ConstantInt::get(I.getType(), C->byteSwap());
H A DInstCombineCompares.cpp3084 ConstantInt::get(Ty, C.byteSwap()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp674 APInt APInt::byteSwap() const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11171 return Success(Val.byteSwap(), E);

Completed in 500 milliseconds