Home | History | Annotate | Download | only in CodeGen

Lines Matching full:converttype

83 /// ConvertType in that it is used to convert to the memory representation for
87 llvm::Type *R = ConvertType(T);
247 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32))
281 /// ConvertType - Convert the specified type to its LLVM form.
282 llvm::Type *CodeGenTypes::ConvertType(QualType T) {
380 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType());
444 ResultType = llvm::VectorType::get(ConvertType(VT->getElementType()),
509 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
536 return ConvertType(ED->getIntegerType());
559 ResultType = ConvertType(cast<AtomicType>(Ty)->getValueType());