Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Optimizer/Support/
H A DUtils.h184 else if (auto complexType = mlir::dyn_cast<fir::ComplexType>(type)) mlirTypeToCategoryKind() local
/llvm-project/mlir/lib/Conversion/ComplexToLibm/
H A DComplexToLibm.cpp29 auto complexType = cast<ComplexType>(type); in operator ()() local
/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp207 ComplexType complexType = ComplexType::get(Float32Type::get(&context)); in TEST() local
214 ComplexType complexType = ComplexType::get(IntegerType::get(&context, 64)); in TEST() local
221 ComplexType complexType = ComplexType::get(Float32Type::get(&context)); in TEST() local
228 ComplexType complexType = ComplexType::get(IntegerType::get(&context, 64)); in TEST() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp156 if (auto complexType = dyn_cast<ComplexType>(type)) { getTypeNumBytes() local
552 } else if (auto complexType = dyn_cast<ComplexType>(elementType)) { convertMemrefType() local
721 __anonb08dc71c0502(ComplexType complexType) SPIRVTypeConverter() argument
/llvm-project/flang/lib/Lower/
H A DVectorSubscripts.cpp98 auto complexType = gen(complexPart.complex()); in gen() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp420 emitAddrOfRealComponent(Address addr,QualType complexType) emitAddrOfRealComponent() argument
425 emitAddrOfImagComponent(Address addr,QualType complexType) emitAddrOfImagComponent() argument
H A DSwiftCallingConv.cpp86 auto eltType = complexType->getElementType(); in addTypedData() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp680 auto complexType = llvm::cast<ComplexType>(attr.getElementType()); ComplexIntElementIterator() local
901 if (auto complexType = llvm::dyn_cast<ComplexType>(eltType)) { get() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1047 const AstTypeMatcher<ComplexType> complexType; global() variable