Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48211 APInt SraConst = N1->getAsAPIntVal(); in combineShiftRightArithmetic() local
48216 if (SraConst.isNegative()) in combineShiftRightArithmetic()
48226 if (SraConst.eq(ShlConst)) in combineShiftRightArithmetic()
48228 if (SraConst.ult(ShlConst)) in combineShiftRightArithmetic()
48230 DAG.getConstant(ShlConst - SraConst, DL, CVT)); in combineShiftRightArithmetic()
48232 DAG.getConstant(SraConst - ShlConst, DL, CVT)); in combineShiftRightArithmetic()