HomeSort by: relevance | last modified time | path
    Searched refs:NewSA (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 1467 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT);
1469 Op, TLO.DAG.getNode(Opc, dl, VT, Op0.getOperand(0), NewSA));
1508 SDValue NewSA =
1513 Op, TLO.DAG.getNode(ISD::SHL, dl, VT, NewExt, NewSA));
1575 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT);
1577 Op, TLO.DAG.getNode(Opc, dl, VT, Op0.getOperand(0), NewSA));
1658 SDValue NewSA = TLO.DAG.getConstant(BitWidth - 1 - Log2, dl, ShiftVT);
1659 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SRL, dl, VT, Op0, NewSA));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 58 milliseconds