Searched refs:Zeroable (Results 1 – 1 of 1) sorted by relevance
3723 const APInt &Zeroable, in canWidenShuffleElements() argument3730 assert(!Zeroable.isZero() && "V2's non-undef elements are used?!"); in canWidenShuffleElements()3732 if (Mask[i] != SM_SentinelUndef && Zeroable[i]) in canWidenShuffleElements()6659 std::bitset<4> Zeroable, Undefs; in LowerBuildVectorv4x32() local6663 Zeroable[i] = (Elt.isUndef() || X86::isZeroNode(Elt)); in LowerBuildVectorv4x32()6665 assert(Zeroable.size() - Zeroable.count() > 1 && in LowerBuildVectorv4x32()6673 if (Zeroable[i]) in LowerBuildVectorv4x32()6698 if (Zeroable[EltIdx]) { in LowerBuildVectorv4x32()6714 SDValue VZeroOrUndef = (Zeroable == Undefs) in LowerBuildVectorv4x32()6732 if (Zeroable[i]) in LowerBuildVectorv4x32()[all …]