Home
last modified time | relevance | path

Searched defs:ScaleShift (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h78 static constexpr int32_t ScaleShift = 8; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46577 unsigned ScaleShift = llvm::countr_zero(MulAmt); combineMulSpecial() local
[all...]