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.cpp5318 bool UseSRL = false; in buildUDivorURemUsingMul() local
5336 UseSRL = true; in buildUDivorURemUsingMul()
5362 if (UseSRL) in buildUDivorURemUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6384 bool UseSRL = false; in BuildExactUDIV() local
6394 UseSRL = true; in BuildExactUDIV()
6426 if (UseSRL) { in BuildExactUDIV()