Searched refs:ValConst (Results 1 – 2 of 2) sorted by relevance
591 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local592 if (isInt<9>(ValConst)) { in SelectSHL()593 SDValue Val = CurDAG->getTargetConstant(ValConst, dl, MVT::i32); in SelectSHL()612 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL() local613 if (isInt<9>(-ValConst)) { in SelectSHL()614 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32); in SelectSHL()
3237 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local3238 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()3239 return ValConst->getZExtValue(); in getHiPELiteral()