Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2845 struct BitPart { struct
2846 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
2889 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 …]