Home
last modified time | relevance | path

Searched defs:shiftRight (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h
/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp805 int64_t shiftRight = bitLo; precomputeMetadata() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp1054 auto shiftRight = [&](Value value, unsigned shift) -> Value { matchAndRewrite() local
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp662 shiftRight(APFloatBase::integerPart *dst, unsigned int parts, unsigned int bits) shiftRight() function