Searched refs:ValConst (Results 1 – 2 of 2) sorted by relevance
586 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local587 if (isInt<9>(ValConst)) { in SelectSHL()588 SDValue Val = CurDAG->getTargetConstant(ValConst, dl, MVT::i32); in SelectSHL()607 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL() local608 if (isInt<9>(-ValConst)) { in SelectSHL()609 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32); in SelectSHL()
2987 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local2988 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()2989 return ValConst->getZExtValue(); in getHiPELiteral()