Home
last modified time | relevance | path

Searched defs:complexType (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/unittests/IR/
DAttributeTest.cpp169 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local
176 ComplexType complexType = ComplexType::get(IntegerType::get(64, &context)); in TEST() local
183 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local
190 ComplexType complexType = ComplexType::get(IntegerType::get(64, &context)); in TEST() local
/external/llvm-project/flang/lib/Lower/
DComplexExpr.cpp17 Fortran::lower::ComplexExprHelper::getComplexPartType(mlir::Type complexType) { in getComplexPartType()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp845 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()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp304 QualType complexType) { in emitAddrOfRealComponent()
310 QualType complexType) { in emitAddrOfImagComponent()
DSwiftCallingConv.cpp81 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp338 QualType complexType) { in emitAddrOfRealComponent()
343 QualType complexType) { in emitAddrOfImagComponent()
DSwiftCallingConv.cpp84 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp246 if (auto complexType = elementType.dyn_cast<ComplexType>()) { in getSizeInBits() local
DBuiltinAttributes.cpp735 auto complexType = attr.getType().getElementType().cast<ComplexType>(); in ComplexIntElementIterator() local
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp995 const AstTypeMatcher<ComplexType> complexType; variable