Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1213 llvm::Value *Int8This = nullptr; // Initialize lazily. in initializeHiddenVirtualInheritanceMembers() local
1232 if (!Int8This) in initializeHiddenVirtualInheritanceMembers()
1233 Int8This = Builder.CreateBitCast(getThisValue(CGF), in initializeHiddenVirtualInheritanceMembers()
1236 Builder.CreateInBoundsGEP(CGF.Int8Ty, Int8This, VBaseOffset); in initializeHiddenVirtualInheritanceMembers()