Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:ConstVal

2466   SDValue ConstVal;
2489 ConstVal = DAG.getConstant(Res, dl, MVT::i64);
2491 ConstVal = DAG.getConstant(Res, dl, MVT::i32);
2494 // ConstVal, the constant part of the vector.
2507 // This operand is already in ConstVal.
2519 const SDValue Ops[] = {ConstVal, Operand, Combined};
2522 ConstVal = DAG.getNode(HexagonISD::INSERTRP, dl, MVT::i32, Ops);
2524 ConstVal = DAG.getNode(HexagonISD::INSERTRP, dl, MVT::i64, Ops);
2528 return DAG.getNode(ISD::BITCAST, dl, VT, ConstVal);