Searched defs:BitPart (Results 1 – 1 of 1) sorted by relevance
2845 struct BitPart { struct2846 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() function2851 Value *Provider;2855 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128.2857 enum { Unset = -1 };