Searched defs:complexType (Results 1 – 8 of 8) sorted by relevance
46 if (auto complexType = elementType.dyn_cast<ComplexType>()) { in getSizeInBits() local
672 auto complexType = attr.getElementType().cast<ComplexType>(); in ComplexIntElementIterator() local
170 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local177 ComplexType complexType = ComplexType::get(IntegerType::get(&context, 64)); in TEST() local184 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local191 ComplexType complexType = ComplexType::get(IntegerType::get(&context, 64)); in TEST() local
23 auto complexType = type.cast<ComplexType>(); in operator ()() local
338 QualType complexType) { in emitAddrOfRealComponent()343 QualType complexType) { in emitAddrOfImagComponent()
85 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
97 auto complexType = gen(complexPart.complex()); in gen() local
1036 const AstTypeMatcher<ComplexType> complexType; variable