Searched defs:Lg2 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64FastISel.cpp | 4897 unsigned Lg2 = C.countr_zero(); selectSDiv() local |
H A D | AArch64ISelLowering.cpp | 17772 unsigned Lg2 = Divisor.countr_zero(); BuildSREMPow2() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 6179 unsigned Lg2 = Divisor.countr_zero(); buildSDIVPow2WithCMov() local |
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelLowering.cpp | 16591 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countr_zero(); BuildSDIVPow2() local |