Home
last modified time | relevance | path

Searched defs: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
1733 /// BitPart is returned with Provider set to %X and Provenance[24-31] set to argument
/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
2467 Value *Provider;
2471 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128.
2473 enum { Unset = -1 };