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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3330 SDValue LExtOp0 = LHSShiftAmt.getOperand(0); local
3333 RExtOp0.getOperand(1) == LExtOp0) {
3346 } else if (LExtOp0.getOpcode() == ISD::SUB &&
3347 RExtOp0 == LExtOp0.getOperand(1)) {
3353 dyn_cast<ConstantSDNode>(LExtOp0.getOperand(0))) {

Completed in 114 milliseconds