Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance
2876 struct BitPart { struct2877 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument2920 static const Optional<BitPart> &2959 Result = BitPart(A->Provider, BitWidth); in collectBitParts()3037 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3053 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3067 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3081 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()3135 Result = BitPart(V, BitWidth); in collectBitParts()3172 std::map<Value *, Optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom()[all …]