Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2836 struct BitPart { struct
2837 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
2880 static const Optional<BitPart> &
2882 std::map<Value *, Optional<BitPart>> &BPS, int Depth, in collectBitParts()
2919 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
2921 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2922 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2926 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
2957 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2960 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
[all …]