Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp579 APInt VTableOffsetGVBase(DL.getTypeSizeInBits(VTablePtr->getType()), 0); in tryPromoteCall() local
581 DL, VTableOffsetGVBase, /* AllowNonInbounds */ true); in tryPromoteCall()
588 APInt VTableGVOffset = VTableOffsetGVBase + VTableOffset; in tryPromoteCall()