Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp579 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local
586 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()
607 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp43712 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local
43723 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()