Home
last modified time | relevance | path

Searched refs:TyPtr (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2005 void* TyPtr = Ty.getAsOpaquePtr(); in getOrCreateType() local
2008 TypeCache[TyPtr] = Res; in getOrCreateType()
2012 ReplaceMap.push_back(std::make_pair(TyPtr, static_cast<llvm::Value*>(TC))); in getOrCreateType()
2019 std::pair<llvm::WeakVH, unsigned> &V = ObjCInterfaceCache[TyPtr]; in getOrCreateType()
2031 ReplaceMap.push_back(std::make_pair(TyPtr, static_cast<llvm::Value*>(TC))); in getOrCreateType()
2037 CompletedTypeCache[TyPtr] = Res; in getOrCreateType()
DTargetInfo.cpp3234 const Type *TyPtr = Ty.getTypePtr(); in isHomogeneousAggregate() local
3236 Base = TyPtr; in isHomogeneousAggregate()
3237 if (Base != TyPtr && in isHomogeneousAggregate()
3238 (!Base->isVectorType() || !TyPtr->isVectorType() || in isHomogeneousAggregate()
3239 Context.getTypeSize(Base) != Context.getTypeSize(TyPtr))) in isHomogeneousAggregate()