Searched defs:LatPoint (Results 1 – 1 of 1) sorted by relevance
79 struct LatPoint { struct80 LatPoint(unsigned n, unsigned e, unsigned b) : bits(n, false), exp(e) { in LatPoint() argument83 LatPoint(const llvm::BitVector &b, unsigned e) : bits(b), exp(e) {} in LatPoint() function85 llvm::BitVector bits;87 unsigned exp;