Searched defs:complexType (Results 1 – 10 of 10) sorted by relevance
169 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local176 ComplexType complexType = ComplexType::get(IntegerType::get(64, &context)); in TEST() local183 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local190 ComplexType complexType = ComplexType::get(IntegerType::get(64, &context)); in TEST() local
17 Fortran::lower::ComplexExprHelper::getComplexPartType(mlir::Type complexType) { in getComplexPartType()
845 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()906 static int accumulateComplexType (const glu::VarType& complexType, const DataTypeMap& dTypeMap) in accumulateComplexType()1015 static int getNumTypeInstances (const glu::VarType& complexType, bool (*predicate)(glu::DataType)) in getNumTypeInstances()
304 QualType complexType) { in emitAddrOfRealComponent()310 QualType complexType) { in emitAddrOfImagComponent()
81 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
338 QualType complexType) { in emitAddrOfRealComponent()343 QualType complexType) { in emitAddrOfImagComponent()
84 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
246 if (auto complexType = elementType.dyn_cast<ComplexType>()) { in getSizeInBits() local
735 auto complexType = attr.getType().getElementType().cast<ComplexType>(); in ComplexIntElementIterator() local
995 const AstTypeMatcher<ComplexType> complexType; variable