Lines Matching refs:Undefs
6287 static SDValue getConstVector(ArrayRef<APInt> Bits, APInt &Undefs, in getConstVector() argument
6289 assert(Bits.size() == Undefs.getBitWidth() && in getConstVector()
6304 if (Undefs[i]) { in getConstVector()
7257 auto CollectConstantBits = [](const Constant *Cst, APInt &Mask, APInt &Undefs, in getTargetConstantBitsFromNode()
7262 Undefs.setBit(UndefBitIndex); in getTargetConstantBitsFromNode()
7298 BitVector Undefs; in getTargetConstantBitsFromNode() local
7301 if (BV->getConstantRawBits(true, SrcEltSizeInBits, SrcEltBits, Undefs)) { in getTargetConstantBitsFromNode()
7304 if (Undefs[I]) in getTargetConstantBitsFromNode()
8959 std::bitset<4> Zeroable, Undefs; in LowerBuildVectorv4x32() local
8962 Undefs[i] = Elt.isUndef(); in LowerBuildVectorv4x32()
9014 SDValue VZeroOrUndef = (Zeroable == Undefs) in LowerBuildVectorv4x32()
46905 APInt Undefs(NumDstElts, 0); in combineVectorPack() local
46914 Undefs.setBit(Lane * NumDstEltsPerLane + Elt); in combineVectorPack()
46944 return getConstVector(Bits, Undefs, VT.getSimpleVT(), DAG, SDLoc(N)); in combineVectorPack()