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

/external/llvm/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();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4096 APInt APSplatBits, APSplatUndef; local
4099 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
4103 unsigned SplatBits = APSplatBits.getZExtValue();

Completed in 62 milliseconds