Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10972 bool UseArithShift = isSigned && !C.isMinSignedValue(); in expandMULO() local
10976 DAG.getNode(UseArithShift ? ISD::SRA : ISD::SRL, in expandMULO()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6817 bool UseArithShift = isSigned && !C.isMinSignedValue(); in lowerXMULO() local
6821 DAG.getNode(UseArithShift ? ISD::SRA : ISD::SRL, in lowerXMULO()