Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:ConstVal

2279   SDValue ConstVal;
2302 ConstVal = DAG.getConstant(Res, dl, MVT::i64);
2304 ConstVal = DAG.getConstant(Res, dl, MVT::i32);
2307 // ConstVal, the constant part of the vector.
2320 // This operand is already in ConstVal.
2332 const SDValue Ops[] = {ConstVal, Operand, Combined};
2335 ConstVal = DAG.getNode(HexagonISD::INSERTRP, dl, MVT::i32, Ops);
2337 ConstVal = DAG.getNode(HexagonISD::INSERTRP, dl, MVT::i64, Ops);
2341 return DAG.getNode(ISD::BITCAST, dl, VT, ConstVal);