Searched refs:ValConst (Results 1 – 2 of 2) sorted by relevance
596 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local597 if (isInt<9>(ValConst)) { in SelectSHL()598 SDValue Val = CurDAG->getTargetConstant(ValConst, dl, MVT::i32); in SelectSHL()617 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL() local618 if (isInt<9>(-ValConst)) { in SelectSHL()619 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32); in SelectSHL()
3475 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local3476 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()3477 return ValConst->getZExtValue(); in getHiPELiteral()