Searched defs:C2Int (Results 1 – 2 of 2) sorted by relevance
72 struct C2Int { // comparable to int struct73 C2Int() : i_(0) {} in C2Int() argument74 C2Int(int i): i_(i) {} in C2Int() argument80 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument
13996 APInt C2Int = C2->getAPIntValue(); PerformSHLSimplify() local