Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLocal.cpp1708 struct BitPart { struct
1709 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
1746 static const Optional<BitPart> &
1748 std::map<Value *, Optional<BitPart>> &BPS) { in collectBitParts()
1770 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
1772 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()
1773 B->Provenance[i] != BitPart::Unset && in collectBitParts()
1777 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()
1804 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
1807 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
[all …]