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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp8745 SDValue AndLHS = Op0; local
8747 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) {
8748 LHS = AndLHS.getOperand(0);
8749 RHS = AndLHS.getOperand(1);
8754 LHS = AndLHS;
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9208 SDValue AndLHS = N0->getOperand(0); local
9215 getShiftAmountTy(AndLHS.getValueType()));
9216 SDValue Shl = DAG.getNode(ISD::SHL, N0.getDebugLoc(), VT, AndLHS, ShlAmt);

Completed in 212 milliseconds