HomeSort by relevance Sort by last modified time
    Searched refs:ShlConst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 740 int32_t ShlConst =
744 int32_t ValConst = MulConst << ShlConst;
768 int32_t ShlConst =
772 int32_t ValConst = 1 << (ShlConst+Shl2Const);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 583 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue();
590 int32_t ValConst = C->getSExtValue() << ShlConst;
611 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue());
    [all...]

Completed in 372 milliseconds