Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5424 unsigned ScaleInt = cast<ConstantSDNode>(Scale)->getZExtValue(); in expandDivFix() local
5425 if ((ScaleInt > 0 || (Saturating && Signed)) && in expandDivFix()
5429 Opcode, VT, ScaleInt); in expandDivFix()