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

/external/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)) {

Completed in 58 milliseconds