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.cpp715 APInt VTableOffsetGVBase(DL.getIndexTypeSizeInBits(VTablePtr->getType()), 0); in tryPromoteCall() local
717 DL, VTableOffsetGVBase, /* AllowNonInbounds */ true); in tryPromoteCall()
723 APInt VTableGVOffset = VTableOffsetGVBase + VTableOffset; in tryPromoteCall()