Home
last modified time | relevance | path

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

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