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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1669 APInt APSplatBits, APSplatUndef; local
1673 if (!BCN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
1678 uint64_t SplatBits = APSplatBits.getZExtValue();
2326 APInt APSplatBits, APSplatUndef; local
2331 if (BCN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
2334 uint64_t SplatBits = APSplatBits.getZExtValue();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4188 APInt APSplatBits, APSplatUndef; local
4191 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
4195 unsigned SplatBits = APSplatBits.getZExtValue();

Completed in 144 milliseconds