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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3916 EVT ShValTy = N0.getValueType(); local
3920 (VT == ShValTy || (isTypeLegal(VT) && VT.bitsLE(ShValTy))) &&
3924 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize());
3929 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) {
3931 DAG.getNode(ISD::SRL, dl, ShValTy, N0,
3939 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) {
3941 DAG.getNode(ISD::SRL, dl, ShValTy, N0,
3950 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize());
3958 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBit
[all...]

Completed in 68 milliseconds