Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3620 struct BitPart { struct
3621 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
3626 Value *Provider;
3630 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128.
3632 enum { Unset = -1 };