Home
last modified time | relevance | path

Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2876 struct BitPart { struct
2877 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
2920 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 …]