Searched refs:ShValTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3682 EVT ShValTy = N0.getValueType(); local
3686 (VT == ShValTy || (isTypeLegal(VT) && VT.bitsLE(ShValTy))) &&
3690 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize());
3695 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) {
3697 DAG.getNode(ISD::SRL, dl, ShValTy, N0,
3705 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) {
3707 DAG.getNode(ISD::SRL, dl, ShValTy, N0,
3716 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize());
3724 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBit
[all...]

Completed in 127 milliseconds