Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4897 unsigned Lg2 = C.countr_zero(); selectSDiv() local
H A DAArch64ISelLowering.cpp17772 unsigned Lg2 = Divisor.countr_zero(); BuildSREMPow2() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6179 unsigned Lg2 = Divisor.countr_zero(); buildSDIVPow2WithCMov() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16591 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countr_zero(); BuildSDIVPow2() local