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");
1578 bool isComplexInt() const { return IsInt; } in isComplexInt() function1589 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()3818 if (O->isComplexInt()) { in findSubobject()14100 if (!LV.isComplexInt()) in VisitUnaryReal()14113 if (!LV.isComplexInt()) in VisitUnaryImag()
14217 if (result.isComplexInt()) { in GetValueRange()