Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3726 struct BitPart { struct
3727 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() function
3732 Value *Provider;
3736 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128.
3738 enum { Unset = -1 };