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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5297 static const signed char SplatCsts[] = { local
5302 for (unsigned idx = 0; idx < array_lengthof(SplatCsts); ++idx) {
5303 // Indirect through the SplatCsts array so that we favor 'vsplti -1' for
5305 int i = SplatCsts[idx];

Completed in 83 milliseconds