Searched refs:InnerShiftAmt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 3510 uint64_t InnerShiftAmt = ShlCnst->getZExtValue(); in tryBFE() local 3521 if (OuterShiftAmt < InnerShiftAmt) { in tryBFE() 3532 Start = CurDAG->getTargetConstant(OuterShiftAmt - InnerShiftAmt, DL, in tryBFE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8308 SDValue InnerShiftAmt = N0Op0.getOperand(1); in visitSHL() local 8320 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange, in visitSHL() 8333 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL() 8338 SDValue Sum = DAG.getZExtOrTrunc(InnerShiftAmt, DL, ShiftVT); in visitSHL() 8350 SDValue InnerShiftAmt = N0Op0.getOperand(1); in visitSHL() local 8358 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual, in visitSHL()
|