Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/ !
H A DHexagonISelDAGToDAG.cpp596 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local
597 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() local
618 if (isInt<9>(-ValConst)) { in SelectSHL()
619 SDValue Val = CurDAG->getTargetConstant(-ValConst, dl, MVT::i32); in SelectSHL()
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86FrameLowering.cpp3475 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local
3476 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()
3477 return ValConst->getZExtValue(); in getHiPELiteral()