Searched refs:SplatVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1733 SPU::LowerV2I64Splat(EVT OpVT, SelectionDAG& DAG, uint64_t SplatVal, argument
1735 uint32_t upper = uint32_t(SplatVal >> 32);
1736 uint32_t lower = uint32_t(SplatVal);

Completed in 175 milliseconds