Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:SplatVal

1722 SPU::LowerV2I64Splat(EVT OpVT, SelectionDAG& DAG, uint64_t SplatVal,
1724 uint32_t upper = uint32_t(SplatVal >> 32);
1725 uint32_t lower = uint32_t(SplatVal);
1746 SDValue SplatValCN = DAG.getConstant(SplatVal, MVT::i64);