Searched refs:isComplex (Results 1 – 16 of 16) sorted by relevance
43 enum isComplex(T) = is(T == d_cfloat) || is(T == d_cdouble) || is(T == d_creal); in package()
10 import rt.util.utility : d_cfloat, d_cdouble, d_creal, isComplex;40 if (isComplex!T)85 if (isComplex!T)277 (isComplex!T && T.re.mant_dig != 64))
349 bool isComplex(const MachineInstr &MI) const;
2043 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
53 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
50 if (rv.isComplex()) { in save()
1027 assert(RV.isComplex()); in VisitBinCmp()
1813 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
2276 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
4251 else if (!HasLV && RV.isComplex()) in copyInto()
5342 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
249 !getExpression()->isComplex()) || in isUndef()
2740 bool isComplex() const;
1246 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndices()
1186 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
2511 if (Expr && Expr->isComplex()) in salvageDebugInfo()