Searched refs:isComplexInt (Results 1 – 3 of 3) sorted by relevance
404 bool isComplexInt() const { return Kind == ComplexInt; }454 assert(isComplexInt() && "Invalid accessor");462 assert(isComplexInt() && "Invalid accessor");608 assert(isComplexInt() && "Invalid accessor");
1583 bool isComplexInt() const { return IsInt; } in isComplexInt() function1594 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()3846 if (O->isComplexInt()) { in findSubobject()14477 if (!LV.isComplexInt()) in VisitUnaryReal()14490 if (!LV.isComplexInt()) in VisitUnaryImag()
9444 if (result.isComplexInt()) { in GetValueRange()