Searched defs:QTy (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp59 static bool TypeHasMayAlias(QualType QTy) { argument
61 if (const TagType *TTy = dyn_cast<TagType>(QTy))
65 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
76 CodeGenTBAA::getTBAAInfo(QualType QTy) { argument
79 if (TypeHasMayAlias(QTy))
82 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
H A DCGCXX.cpp323 const Type *QTy = Qual->getAsType(); local
324 QualType T = QualType(QTy, 0);
H A DCGBuiltin.cpp1876 llvm::Type *QTy = llvm::VectorType::getExtendedElementVectorType(VTy); local
1877 Ops[0] = Builder.CreateBitCast(Ops[0], QTy);
H A DCodeGenModule.cpp179 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { argument
182 return TBAA->getTBAAInfo(QTy);

Completed in 77 milliseconds