Searched defs:LatPoint (Results 1 – 1 of 1) sorted by relevance
204 LatPoint(unsigned size, ExprId e) : bits(size, false), exp(e) {} in LatPoint() function207 LatPoint(const BitVector &bits, ExprId e) : bits(bits), exp(e) {} in LatPoint() function