Searched defs:C2Int (Results 1 – 4 of 4) sorted by relevance
72 struct C2Int { // comparable to int struct73 C2Int() : i_(0) {} in C2Int() function74 C2Int(int i): i_(i) {} in C2Int() function80 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument
71 struct C2Int { // comparable to int struct72 C2Int() : i_(0) {} in C2Int() argument73 C2Int(int i): i_(i) {} in C2Int() argument79 bool operator <(int rhs, const C2Int& lhs) { return rhs < lhs.get(); } argument
11848 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local
13824 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local