Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9176 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local
9180 BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()
9192 convertToNonDenormSingle(APSplatBits)) { in LowerBUILD_VECTOR()
9195 DAG.getTargetConstant(APSplatBits.getZExtValue(), dl, MVT::i32)); in LowerBUILD_VECTOR()
9201 (uint32_t)((APSplatBits.getZExtValue() & 0xFFFFFFFF00000000LL) >> 32); in LowerBUILD_VECTOR()
9203 (uint32_t)(APSplatBits.getZExtValue() & 0xFFFFFFFF); in LowerBUILD_VECTOR()
9312 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()