Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4829 EVT ShValTy = N0.getValueType(); in SimplifySetCC() local
4838 (VT == ShValTy || (isTypeLegal(VT) && VT.bitsLE(ShValTy))) && in SimplifySetCC()
4842 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC()
4847 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
4849 DAG.getNode(ISD::SRL, dl, ShValTy, N0, in SimplifySetCC()
4857 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
4859 DAG.getNode(ISD::SRL, dl, ShValTy, N0, in SimplifySetCC()
4868 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC()
4876 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
4878 DAG.getNode(ISD::SRL, dl, ShValTy, N0.getOperand(0), in SimplifySetCC()
[all …]