Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp284 auto complexType = mlir::cast<cir::ComplexType>(complexAttr.getType()); in visitCirAttr() local
1720 auto complexType = mlir::cast<cir::ComplexType>(cmpOp.getLhs().getType()); in matchAndRewrite() local
2388 auto complexType = mlir::cast<cir::ComplexType>(op.getLhs().getType()); in matchAndRewrite() local
2464 auto complexType = mlir::cast<cir::ComplexType>(op.getLhs().getType()); in matchAndRewrite() local
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp784 cir::ComplexType complexType = in tryEmitPrivate() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp421 QualType complexType) { in emitAddrOfRealComponent()
426 QualType complexType) { in emitAddrOfImagComponent()
H A DSwiftCallingConv.cpp85 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h93 if (auto complexType = mlir::dyn_cast<cir::ComplexType>(ty)) in getZeroInitAttr() local
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h265 static bool complexType() { return false; } in complexType() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1078 const AstTypeMatcher<ComplexType> complexType; variable