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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp124 AB = AOut.byteSwap();
H A DConstantFolding.cpp1969 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap());
H A DValueTracking.cpp1567 Known.Zero |= Known2.Zero.byteSwap();
1568 Known.One |= Known2.One.byteSwap();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1751 APInt byteSwap() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1590 APInt DemandedSrcBits = DemandedBits.byteSwap();
1594 Known.One = Known2.One.byteSwap();
1595 Known.Zero = Known2.Zero.byteSwap();
H A DSelectionDAG.cpp3310 Known.Zero = Known2.Zero.byteSwap();
3311 Known.One = Known2.One.byteSwap();
4423 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp672 APInt APInt::byteSwap() const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp105 NewRHS = ConstantInt::get(I.getType(), C->byteSwap());
H A DInstCombineCompares.cpp3033 Cmp.setOperand(1, ConstantInt::get(Ty, C.byteSwap()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10791 return Success(Val.byteSwap(), E);

Completed in 474 milliseconds