Home
last modified time | relevance | path

Searched refs:isComplex (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dutility.d43 enum isComplex(T) = is(T == d_cfloat) || is(T == d_cdouble) || is(T == d_creal); in package()
H A Dtypeinfo.d10 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))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h349 bool isComplex(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2043 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h53 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
H A DCGCleanup.cpp50 if (rv.isComplex()) { in save()
H A DCGExprAgg.cpp1027 assert(RV.isComplex()); in VisitBinCmp()
H A DCGAtomic.cpp1813 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
H A DCGClass.cpp2276 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
H A DCGCall.cpp4251 else if (!HasLV && RV.isComplex()) in copyInto()
H A DCGStmtOpenMP.cpp5342 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h249 !getExpression()->isComplex()) || in isUndef()
H A DDebugInfoMetadata.h2740 bool isComplex() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1246 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1186 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2511 if (Expr && Expr->isComplex()) in salvageDebugInfo()