Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp584 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local
591 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()
612 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47064 APInt ShlConst = N01->getAsAPIntVal(); in combineShiftRightArithmetic() local
47076 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()
47081 if (SraConst.eq(ShlConst)) in combineShiftRightArithmetic()
47083 if (SraConst.ult(ShlConst)) in combineShiftRightArithmetic()
47085 DAG.getConstant(ShlConst - SraConst, DL, CVT)); in combineShiftRightArithmetic()
47087 DAG.getConstant(SraConst - ShlConst, DL, CVT)); in combineShiftRightArithmetic()