Searched refs:APSplatUndef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9459 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 9463 BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 9596 uint64_t SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR() 10072 APInt APSplatValue, APSplatUndef; in lowerToXXSPLTI32DX() local 10075 if (!BVN->isConstantSplat(APSplatValue, APSplatUndef, SplatBitSize, in lowerToXXSPLTI32DX() 16287 APInt APSplatBits, APSplatUndef; in PerformDAGCombine() local 16291 APSplatBits, APSplatUndef, SplatBitSize, HasAnyUndefs, 0, in PerformDAGCombine()
|