Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp586 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local
587 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() local
608 if (isInt<9>(-ValConst)) { in SelectSHL()
609 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32); in SelectSHL()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3151 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local
3152 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()
3153 return ValConst->getZExtValue(); in getHiPELiteral()