Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27770 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightAlgebraic() local
27773 if (SarConst.isNegative()) in combineShiftRightAlgebraic()
27785 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightAlgebraic()
27786 if (SarConst == 0) in combineShiftRightAlgebraic()
27788 else if (SarConst.isNegative()) in combineShiftRightAlgebraic()
27790 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightAlgebraic()
27793 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightAlgebraic()