Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9328 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local
9332 BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
9344 convertToNonDenormSingle(APSplatBits)) { in LowerBUILD_VECTOR()
9347 DAG.getTargetConstant(APSplatBits.getZExtValue(), dl, MVT::i32)); in LowerBUILD_VECTOR()
9353 (uint32_t)((APSplatBits.getZExtValue() & 0xFFFFFFFF00000000LL) >> 32); in LowerBUILD_VECTOR()
9355 (uint32_t)(APSplatBits.getZExtValue() & 0xFFFFFFFF); in LowerBUILD_VECTOR()
9464 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()
16074 APInt APSplatBits, APSplatUndef; in PerformDAGCombine() local
16078 APSplatBits, APSplatUndef, SplatBitSize, HasAnyUndefs, 0, in PerformDAGCombine()
16081 if (BVNIsConstantSplat && APSplatBits == 0) in PerformDAGCombine()