Home
last modified time | relevance | path

Searched refs:DivLHS (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp150 SDValue DivLHS = N->getOperand(0); in Select() local
156 TopPart = SDValue(CurDAG->getMachineNode(SP::SRAri, dl, MVT::i32, DivLHS, in Select()
166 return CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS, DivRHS, in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp347 SDValue DivLHS = N->getOperand(0); in Select() local
353 TopPart = SDValue(CurDAG->getMachineNode(SP::SRAri, dl, MVT::i32, DivLHS, in Select()
365 CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS, DivRHS, TopPart); in Select()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp345 SDValue DivLHS = N->getOperand(0); in Select() local
351 TopPart = SDValue(CurDAG->getMachineNode(SP::SRAri, dl, MVT::i32, DivLHS, in Select()
363 CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS, DivRHS, TopPart); in Select()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2093 if (ConstantInt *DivLHS = dyn_cast<ConstantInt>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
2096 const APInt &C2 = DivLHS->getValue(); in visitICmpInstWithInstAndIntCst()