Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1525 llvm::Type *BaseValueTy = nullptr; member
1548 BaseValueTy = init->getType(); in replaceInInitializer()
1634 BaseValueTy, Base, IndexValues); in setLocation()
H A DCGClass.cpp328 llvm::Type *BaseValueTy = ConvertType((PathEnd[-1])->getType()); in GetAddressOfBaseClass() local
344 return Value.withElementType(BaseValueTy); in GetAddressOfBaseClass()
381 Value = Value.withElementType(BaseValueTy); in GetAddressOfBaseClass()