Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance
2845 struct BitPart { struct2846 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument2889 static const Optional<BitPart> &2928 Result = BitPart(A->Provider, BitWidth); in collectBitParts()3006 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3022 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3036 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3050 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3104 Result = BitPart(V, BitWidth); in collectBitParts()3146 std::map<Value *, Optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom()[all …]