Home
last modified time | relevance | path

Searched refs:UseSRL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5184 bool UseSRL = false; in buildUDivUsingMul() local
5202 UseSRL = true; in buildUDivUsingMul()
5228 if (UseSRL) in buildUDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6166 bool UseSRL = false; in BuildExactUDIV() local
6176 UseSRL = true; in BuildExactUDIV()
6208 if (UseSRL) { in BuildExactUDIV()