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.cpp11474 bool UseArithShift = isSigned && !C.isMinSignedValue(); in expandMULO() local
11478 DAG.getNode(UseArithShift ? ISD::SRA : ISD::SRL, in expandMULO()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7373 bool UseArithShift = isSigned && !C.isMinSignedValue(); in lowerXMULO() local
7378 DAG.getNode(UseArithShift ? ISD::SRA : ISD::SRL, SL, VT, in lowerXMULO()