Searched refs:isComplexInt (Results 1 – 3 of 3) sorted by relevance
470 bool isComplexInt() const { return Kind == ComplexInt; }520 assert(isComplexInt() && "Invalid accessor");528 assert(isComplexInt() && "Invalid accessor");674 assert(isComplexInt() && "Invalid accessor");
1607 bool isComplexInt() const { return IsInt; } in isComplexInt() function1618 assert(v.isComplexFloat() || v.isComplexInt()); in setFrom()4068 if (O->isComplexInt()) { in findSubobject()7482 bool IsInt = Val.isComplexInt(); in visitComplex()15345 if (!LV.isComplexInt()) in VisitUnaryReal()15358 if (!LV.isComplexInt()) in VisitUnaryImag()
10611 if (result.isComplexInt()) { in GetValueRange()