Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp580 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL() local
587 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()
608 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39426 APInt ShlConst = (cast<ConstantSDNode>(N01))->getAPIntValue(); in combineShiftRightArithmetic() local
39437 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()