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");
1524 bool isComplexInt() const { return IsInt; } in isComplexInt() function1535 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()3755 if (O->isComplexInt()) { in findSubobject()13752 if (!LV.isComplexInt()) in VisitUnaryReal()13765 if (!LV.isComplexInt()) in VisitUnaryImag()
12476 if (result.isComplexInt()) { in GetValueRange()