Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46650 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
46653 if (SarConst.isNegative()) in combineShiftRightArithmetic()
46665 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
46666 if (SarConst == 0) in combineShiftRightArithmetic()
46668 if (SarConst.isNegative()) in combineShiftRightArithmetic()
46670 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
46672 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()