Home
last modified time | relevance | path

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

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