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

/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1705 unsigned short Value16 = SplatBits /* | (SplatBits << 8) */; local
1708 Ops.assign(8, DAG.getConstant(Value16, MVT::i16));
1713 unsigned short Value16 = SplatBits; local
1714 SDValue T = DAG.getConstant(Value16, EltVT);

Completed in 57 milliseconds