Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1625 llvm::Type *BaseValueTy = nullptr; member
1648 BaseValueTy = init->getType(); in replaceInInitializer()
1734 BaseValueTy, Base, IndexValues); in setLocation()
H A DCGClass.cpp330 llvm::Type *BaseValueTy = ConvertType((PathEnd[-1])->getType()); in GetAddressOfBaseClass() local
346 return Value.withElementType(BaseValueTy); in GetAddressOfBaseClass()
384 Value = Value.withElementType(BaseValueTy); in GetAddressOfBaseClass()