Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp330 llvm::Type *BaseValueTy = ConvertType((PathEnd[-1])->getType()); in GetAddressOfBaseClass() local
332 BaseValueTy->getPointerTo(Value.getType()->getPointerAddressSpace()); in GetAddressOfBaseClass()
346 return Builder.CreateElementBitCast(Value, BaseValueTy); in GetAddressOfBaseClass()
383 Value = Builder.CreateElementBitCast(Value, BaseValueTy); in GetAddressOfBaseClass()
H A DCGExprConstant.cpp1491 llvm::Type *BaseValueTy = nullptr; member
1514 BaseValueTy = init->getType(); in replaceInInitializer()
1602 llvm::ConstantExpr::getInBoundsGetElementPtr(BaseValueTy, in setLocation()