Home
last modified time | relevance | path

Searched defs:shiftLeft (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h
/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp809 int64_t shiftLeft = srcEltRangeList.computeLeftShiftAmount(shuffleIdx); precomputeMetadata() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp1051 auto shiftLeft = [&](Value value, unsigned shift) -> Value { matchAndRewrite() local