Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2574 struct BitPart { struct
2575 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
2614 static const Optional<BitPart> &
2638 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
2640 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()
2641 B->Provenance[i] != BitPart::Unset && in collectBitParts()
2645 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()
2714 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
2720 Result->Provenance[i] = BitPart::Unset; in collectBitParts()
2727 Result = BitPart(V, BitWidth); in collectBitParts()
[all …]