Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15755 SDValue &RShOperand) { in canLowerSRLToRoundingShiftForVT() argument
15790 RShOperand = Add->getOperand(0); in canLowerSRLToRoundingShiftForVT()
15822 SDValue RShOperand; in LowerVectorSRA_SRL_SHL() local
15824 if (canLowerSRLToRoundingShiftForVT(Op, VT, DAG, ShiftValue, RShOperand)) in LowerVectorSRA_SRL_SHL()
15826 getPredicateForVector(DAG, DL, VT), RShOperand, in LowerVectorSRA_SRL_SHL()
23149 SDValue RShOperand; in trySimplifySrlAddToRshrnb() local
23150 if (!canLowerSRLToRoundingShiftForVT(Srl, ResVT, DAG, ShiftValue, RShOperand)) in trySimplifySrlAddToRshrnb()
23154 {RShOperand, DAG.getTargetConstant(ShiftValue, DL, MVT::i32)}); in trySimplifySrlAddToRshrnb()