Searched refs:InnerShiftAmt (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 3505 uint64_t InnerShiftAmt = ShlCnst->getZExtValue(); in tryBFE() local 3516 if (OuterShiftAmt < InnerShiftAmt) { in tryBFE() 3527 Start = CurDAG->getTargetConstant(OuterShiftAmt - InnerShiftAmt, DL, in tryBFE()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8953 SDValue InnerShiftAmt = N0Op0.getOperand(1); in visitSHL() local 8965 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange, in visitSHL() 8978 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL() 8983 SDValue Sum = DAG.getZExtOrTrunc(InnerShiftAmt, DL, ShiftVT); in visitSHL() 8995 SDValue InnerShiftAmt = N0Op0.getOperand(1); in visitSHL() local 9003 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual, in visitSHL()
|