Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp626 APInt VTableOffsetGVBase(DL.getTypeSizeInBits(VTablePtr->getType()), 0); in tryPromoteCall() local
628 DL, VTableOffsetGVBase, /* AllowNonInbounds */ true); in tryPromoteCall()
634 APInt VTableGVOffset = VTableOffsetGVBase + VTableOffset; in tryPromoteCall()