Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2653 struct BitPart { struct
2654 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
2693 static const Optional<BitPart> &
2695 std::map<Value *, Optional<BitPart>> &BPS, int Depth) { in collectBitParts()
2723 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
2725 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()
2726 B->Provenance[i] != BitPart::Unset && in collectBitParts()
2730 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()
2757 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2760 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
[all …]