Searched refs:ValConst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1108 int32_t ValConst = MulConst << ShlConst; local
1109 SDValue Val = CurDAG->getTargetConstant(ValConst,
1136 int32_t ValConst = 1 << (ShlConst+Shl2Const); local
1137 SDValue Val = CurDAG->getTargetConstant(-ValConst, MVT::i32);

Completed in 94 milliseconds