Searched refs:Zeroable (Results 1 – 1 of 1) sorted by relevance
6323 const APInt &Zeroable, in canWidenShuffleElements() argument6330 assert(!Zeroable.isZero() && "V2's non-undef elements are used?!"); in canWidenShuffleElements()6332 if (Mask[i] != SM_SentinelUndef && Zeroable[i]) in canWidenShuffleElements()9071 std::bitset<4> Zeroable, Undefs; in LowerBuildVectorv4x32() local9075 Zeroable[i] = (Elt.isUndef() || X86::isZeroNode(Elt)); in LowerBuildVectorv4x32()9077 assert(Zeroable.size() - Zeroable.count() > 1 && in LowerBuildVectorv4x32()9085 if (Zeroable[i]) in LowerBuildVectorv4x32()9110 if (Zeroable[EltIdx]) { in LowerBuildVectorv4x32()9126 SDValue VZeroOrUndef = (Zeroable == Undefs) in LowerBuildVectorv4x32()9144 if (Zeroable[i]) in LowerBuildVectorv4x32()[all …]