Searched defs:PreShift (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DivisionByConstantInfo.h | 35 unsigned PreShift; ///< pre-shift amount member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 136 unsigned PreShift = D.countr_zero(); in get() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5245 unsigned PreShift = 0, PostShift = 0; in buildUDivUsingMul() local 5289 Register PreShift, PostShift, MagicFactor, NPQFactor; in buildUDivUsingMul() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6496 SDValue PreShift, MagicFactor, NPQFactor, PostShift; in BuildUDIV() local 6538 SDValue PreShift, PostShift, MagicFactor, NPQFactor; in BuildUDIV() local
|