Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp602 LoadInst *VTableEntryLoad = dyn_cast<LoadInst>(Callee); in tryPromoteCall() local
603 if (!VTableEntryLoad) in tryPromoteCall()
605 Value *VTableEntryPtr = VTableEntryLoad->getPointerOperand(); in tryPromoteCall()