Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5131 bool UseSRA = false; in buildSDivUsingMul() local
5150 UseSRA = true; in buildSDivUsingMul()
5180 if (UseSRA) in buildSDivUsingMul()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5775 bool UseSRA = false; in BuildExactSDIV() local
5785 UseSRA = true; in BuildExactSDIV()
5820 if (UseSRA) { in BuildExactSDIV()