Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5104 EVT ShValTy = N0.getValueType(); in SimplifySetCC() local
5113 (VT == ShValTy || (isTypeLegal(VT) && VT.bitsLE(ShValTy))) && in SimplifySetCC()
5120 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
5123 DAG.getNode(ISD::SRL, dl, ShValTy, N0, in SimplifySetCC()
5124 DAG.getShiftAmountConstant(ShCt, ShValTy, dl))); in SimplifySetCC()
5131 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
5134 DAG.getNode(ISD::SRL, dl, ShValTy, N0, in SimplifySetCC()
5135 DAG.getShiftAmountConstant(ShCt, ShValTy, dl))); in SimplifySetCC()
5150 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
5152 ISD::SRL, dl, ShValTy, N0.getOperand(0), in SimplifySetCC()
[all …]