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.cpp14850 SDValue &RShOperand) { in canLowerSRLToRoundingShiftForVT() argument
14885 RShOperand = Add->getOperand(0); in canLowerSRLToRoundingShiftForVT()
14917 SDValue RShOperand; in LowerVectorSRA_SRL_SHL() local
14919 if (canLowerSRLToRoundingShiftForVT(Op, VT, DAG, ShiftValue, RShOperand)) in LowerVectorSRA_SRL_SHL()
14921 getPredicateForVector(DAG, DL, VT), RShOperand, in LowerVectorSRA_SRL_SHL()
22137 SDValue RShOperand; in trySimplifySrlAddToRshrnb() local
22138 if (!canLowerSRLToRoundingShiftForVT(Srl, ResVT, DAG, ShiftValue, RShOperand)) in trySimplifySrlAddToRshrnb()
22142 {RShOperand, DAG.getTargetConstant(ShiftValue, DL, MVT::i32)}); in trySimplifySrlAddToRshrnb()