Home
last modified time | relevance | path

Searched refs:LExtOp0 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3012 SDValue LExtOp0 = LHSShiftAmt.getOperand(0); in MatchRotate() local
3015 RExtOp0.getOperand(1) == LExtOp0) { in MatchRotate()
3028 } else if (LExtOp0.getOpcode() == ISD::SUB && in MatchRotate()
3029 RExtOp0 == LExtOp0.getOperand(1)) { in MatchRotate()
3035 dyn_cast<ConstantSDNode>(LExtOp0.getOperand(0))) { in MatchRotate()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4100 SDValue LExtOp0 = LHSShiftAmt; in MatchRotate() local
4110 LExtOp0 = LHSShiftAmt.getOperand(0); in MatchRotate()
4115 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL); in MatchRotate()
4120 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL); in MatchRotate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5556 SDValue LExtOp0 = LHSShiftAmt; in MatchRotate() local
5566 LExtOp0 = LHSShiftAmt.getOperand(0); in MatchRotate()
5571 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL); in MatchRotate()
5576 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL); in MatchRotate()