Home
last modified time | relevance | path

Searched defs:DivOpcode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp975 unsigned DivOpcode, RemOpcode, DivremOpcode; in matchCombineDivRem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18737 unsigned DivOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in LowerDivRem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4420 unsigned DivOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in visitREM() local