Searched refs:ShiftAmtVT (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 996 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers() local 1000 DAG.getConstant(LVT.getSizeInBits(), dlHi, ShiftAmtVT)); in JoinIntegers()
|
| H A D | DAGCombiner.cpp | 7997 EVT ShiftAmtVT = Shift->getOperand(1).getValueType(); in combineShiftOfShiftedLogic() local 7998 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic() 8773 EVT ShiftAmtVT = InnerShift.getOperand(1).getValueType(); in visitSRL() local 8781 SDValue NewShiftAmt = DAG.getConstant(c1 + c2, DL, ShiftAmtVT); in visitSRL() 8791 SDValue NewShiftAmt = DAG.getConstant(c1 + c2, DL, ShiftAmtVT); in visitSRL()
|