Searched refs:APSplatUndef (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2405 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 2412 (BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7200 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 7203 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 7209 unsigned SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8711 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 8714 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 8756 unsigned SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR()
|