Searched defs:Complex (Results 1 – 8 of 8) sorted by relevance
17 template <typename T> struct Complex { struct25 using type = _Complex float; argument
45 Complex = 9, enumerator
748 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
34 enum Flavor { Scalar, Complex, Aggregate }; enumerator
350 Complex = 28, enumerator
2459 llvm::Constant *Complex[2]; in tryEmitPrivate() local2482 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2314 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy)) in DetermineNoUndef() local
1384 enum class EvalKind { Scalar, Complex, Aggregate }; enumerator