Searched refs:APSplatBits (Results 1 – 1 of 1) sorted by relevance
9176 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local9180 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()