Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5427 bool UseSRA = false; in buildSDivUsingMul() local
5446 UseSRA = true; in buildSDivUsingMul()
5473 if (UseSRA) in buildSDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6106 bool UseSRA = false; in BuildExactSDIV() local
6116 UseSRA = true; in BuildExactSDIV()
6145 if (UseSRA) { in BuildExactSDIV()