Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43394 APInt SarConst = (cast<ConstantSDNode>(N1))->getAPIntValue(); in combineShiftRightArithmetic() local
43397 if (SarConst.isNegative()) in combineShiftRightArithmetic()
43409 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()
43410 if (SarConst == 0) in combineShiftRightArithmetic()
43412 else if (SarConst.isNegative()) in combineShiftRightArithmetic()
43414 DAG.getConstant(-SarConst, DL, CVT)); in combineShiftRightArithmetic()
43417 DAG.getConstant(SarConst, DL, CVT)); in combineShiftRightArithmetic()