Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3620 struct BitPart { struct
3621 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() function
3664 static const std::optional<BitPart> &
3703 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
3781 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3797 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3811 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3825 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3862 Result = BitPart(LHS->Provider, BitWidth); in collectBitParts()
3879 Result = BitPart(V, BitWidth); in collectBitParts()
[all …]