Searched defs:BitPart (Results 1 – 2 of 2) sorted by relevance
1708 struct BitPart { struct1709 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() function1733 /// BitPart is returned with Provider set to %X and Provenance[24-31] set to argument
2461 struct BitPart { struct2462 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() function2467 Value *Provider;2471 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128.2473 enum { Unset = -1 };