Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5426 unsigned ScaleInt = cast<ConstantSDNode>(Scale)->getZExtValue(); in expandDivFix() local
5427 if ((ScaleInt > 0 || (Saturating && Signed)) && in expandDivFix()
5431 Opcode, VT, ScaleInt); in expandDivFix()