Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp332 llvm::Type *BasePtrTy = in GetAddressOfBaseClass() local
392 llvm::PHINode *PHI = Builder.CreatePHI(BasePtrTy, 2, "cast.result"); in GetAddressOfBaseClass()
394 PHI->addIncoming(llvm::Constant::getNullValue(BasePtrTy), origBB); in GetAddressOfBaseClass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5496 PointerType *BasePtrTy = dyn_cast_or_null<PointerType>(BaseTy); in optimizeMemoryInst() local
5499 (BasePtrTy && DL->isNonIntegralPointerType(BasePtrTy)) || in optimizeMemoryInst()