Searched refs:APSplatBits (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 9663 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local 9667 BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR() 9679 convertToNonDenormSingle(APSplatBits)) { in LowerBUILD_VECTOR() 9682 DAG.getTargetConstant(APSplatBits.getZExtValue(), dl, MVT::i32)); in LowerBUILD_VECTOR() 9687 uint32_t Hi = Hi_32(APSplatBits.getZExtValue()); in LowerBUILD_VECTOR() 9688 uint32_t Lo = Lo_32(APSplatBits.getZExtValue()); in LowerBUILD_VECTOR() 9715 SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR() 17180 APInt APSplatBits, APSplatUndef; in PerformDAGCombine() local 17184 APSplatBits, APSplatUndef, SplatBitSize, HasAnyUndefs, 0, in PerformDAGCombine() 17187 if (BVNIsConstantSplat && APSplatBits == 0) in PerformDAGCombine() [all …]
|