Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9981 bool UseArithShift = isSigned && !C.isMinSignedValue(); in expandMULO() local
9986 DAG.getNode(UseArithShift ? ISD::SRA : ISD::SRL, in expandMULO()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5390 bool UseArithShift = isSigned && !C.isMinSignedValue(); in lowerXMULO() local
5394 DAG.getNode(UseArithShift ? ISD::SRA : ISD::SRL, in lowerXMULO()