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

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 3510 uint64_t InnerShiftAmt = ShlCnst->getZExtValue();
3521 if (OuterShiftAmt < InnerShiftAmt) {
3532 Start = CurDAG->getTargetConstant(OuterShiftAmt - InnerShiftAmt, DL,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 8270 SDValue InnerShiftAmt = N0Op0.getOperand(1);
8282 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange,
8295 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange,
8300 SDValue Sum = DAG.getZExtOrTrunc(InnerShiftAmt, DL, ShiftVT);
8312 SDValue InnerShiftAmt = N0Op0.getOperand(1);
8320 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual,

Completed in 69 milliseconds