Searched refs:APSplatBits (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() 9475 convertToNonDenormSingle(APSplatBits)) { in LowerBUILD_VECTOR() 9478 DAG.getTargetConstant(APSplatBits.getZExtValue(), dl, MVT::i32)); in LowerBUILD_VECTOR() 9484 (uint32_t)((APSplatBits.getZExtValue() & 0xFFFFFFFF00000000LL) >> 32); in LowerBUILD_VECTOR() 9486 (uint32_t)(APSplatBits.getZExtValue() & 0xFFFFFFFF); in LowerBUILD_VECTOR() 9595 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR() 16287 APInt APSplatBits, APSplatUndef; in PerformDAGCombine() local 16291 APSplatBits, APSplatUndef, SplatBitSize, HasAnyUndefs, 0, in PerformDAGCombine() 16294 if (BVNIsConstantSplat && APSplatBits == 0) in PerformDAGCombine()
|