Searched refs:ValConst (Results 1 – 2 of 2) sorted by relevance
587 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local588 if (isInt<9>(ValConst)) { in SelectSHL()589 SDValue Val = CurDAG->getTargetConstant(ValConst, dl, MVT::i32); in SelectSHL()608 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL() local609 if (isInt<9>(-ValConst)) { in SelectSHL()610 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32); in SelectSHL()
2501 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local2502 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()2503 return ValConst->getZExtValue(); in getHiPELiteral()