Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2992 struct BitPart { struct
2993 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
3036 static const std::optional<BitPart> &
3038 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts()
3075 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
3077 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3078 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3082 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3113 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3116 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
[all …]