Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5226 bool UseSRA = false; in buildSDivUsingMul() local
5245 UseSRA = true; in buildSDivUsingMul()
5275 if (UseSRA) in buildSDivUsingMul()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6030 bool UseSRA = false; in BuildExactSDIV() local
6040 UseSRA = true; in BuildExactSDIV()
6075 if (UseSRA) { in BuildExactSDIV()