Home
last modified time | relevance | path

Searched refs:BitPart (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2461 struct BitPart { struct
2462 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() function
2501 static const Optional<BitPart> &
2503 std::map<Value *, Optional<BitPart>> &BPS) { in collectBitParts()
2525 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
2527 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()
2528 B->Provenance[i] != BitPart::Unset && in collectBitParts()
2532 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()
2559 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2562 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
[all …]