Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3726 struct BitPart { struct
3727 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
3770 static const std::optional<BitPart> &
3772 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts()
3809 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
3811 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3812 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3816 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3847 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3850 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
[all …]