Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp591 APInt VTableOffsetGVBase(DL.getTypeSizeInBits(VTablePtr->getType()), 0); in tryPromoteCall() local
593 DL, VTableOffsetGVBase, /* AllowNonInbounds */ true); in tryPromoteCall()
600 APInt VTableGVOffset = VTableOffsetGVBase + VTableOffset; in tryPromoteCall()