Searched refs:APSplatBits (Results 1 – 1 of 1) sorted by relevance
9081 APInt APSplatBits, APSplatUndef; in LowerBUILD_VECTOR() local9085 BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize, in LowerBUILD_VECTOR()9097 convertToNonDenormSingle(APSplatBits)) { in LowerBUILD_VECTOR()9100 DAG.getTargetConstant(APSplatBits.getZExtValue(), dl, MVT::i32)); in LowerBUILD_VECTOR()9106 (uint32_t)((APSplatBits.getZExtValue() & 0xFFFFFFFF00000000LL) >> 32); in LowerBUILD_VECTOR()9108 (uint32_t)(APSplatBits.getZExtValue() & 0xFFFFFFFF); in LowerBUILD_VECTOR()9181 uint64_t SplatBits = APSplatBits.getZExtValue(); in LowerBUILD_VECTOR()