HomeSort by relevance Sort by last modified time
    Searched defs:ValConst (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 744 int32_t ValConst = MulConst << ShlConst;
745 SDValue Val = CurDAG->getTargetConstant(ValConst, dl,
772 int32_t ValConst = 1 << (ShlConst+Shl2Const);
773 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 590 int32_t ValConst = C->getSExtValue() << ShlConst;
591 if (isInt<9>(ValConst)) {
592 SDValue Val = CurDAG->getTargetConstant(ValConst, dl, MVT::i32);
611 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue());
612 if (isInt<9>(-ValConst)) {
613 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32);
    [all...]

Completed in 459 milliseconds