Searched refs:isComplexInt (Results 1 – 3 of 3) sorted by relevance
396 bool isComplexInt() const { return Kind == ComplexInt; }446 assert(isComplexInt() && "Invalid accessor");454 assert(isComplexInt() && "Invalid accessor");600 assert(isComplexInt() && "Invalid accessor");
1521 bool isComplexInt() const { return IsInt; } in isComplexInt() function1532 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()3753 if (O->isComplexInt()) { in findSubobject()13582 if (!LV.isComplexInt()) in VisitUnaryReal()13595 if (!LV.isComplexInt()) in VisitUnaryImag()
12153 if (result.isComplexInt()) { in GetValueRange()