Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp566 APInt VTableOffsetGVBase(DL.getTypeSizeInBits(VTablePtr->getType()), 0); in tryPromoteCall() local
568 DL, VTableOffsetGVBase, /* AllowNonInbounds */ true); in tryPromoteCall()
575 APInt VTableGVOffset = VTableOffsetGVBase + VTableOffset; in tryPromoteCall()