Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2017 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local
2024 (BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
2026 unsigned SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6670 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local
6673 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
6678 unsigned SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()