Searched defs:RExtOp0 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3013 SDValue RExtOp0 = RHSShiftAmt.getOperand(0); local
3014 if (RExtOp0.getOpcode() == ISD::SUB &&
3015 RExtOp0.getOperand(1) == LExtOp0) {
3021 dyn_cast<ConstantSDNode>(RExtOp0.getOperand(0))) {
3029 RExtOp0 == LExtOp0.getOperand(1)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4101 SDValue RExtOp0 = RHSShiftAmt; local
4111 RExtOp0 = RHSShiftAmt.getOperand(0);
4115 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL);
4120 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL);

Completed in 127 milliseconds