Home
last modified time | relevance | path

Searched refs:InnerShiftAmt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3446 uint64_t InnerShiftAmt = ShlCnst->getZExtValue(); in tryBFE() local
3457 if (OuterShiftAmt < InnerShiftAmt) { in tryBFE()
3468 Start = CurDAG->getTargetConstant(OuterShiftAmt - InnerShiftAmt, DL, in tryBFE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9934 SDValue InnerShiftAmt = N0Op0.getOperand(1); in visitSHL() local
9946 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange, in visitSHL()
9959 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL()
9964 SDValue Sum = DAG.getZExtOrTrunc(InnerShiftAmt, DL, ShiftVT); in visitSHL()
9976 SDValue InnerShiftAmt = N0Op0.getOperand(1); in visitSHL() local
9984 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual, in visitSHL()