Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp166 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck() local
181 {B.CreateBitCast(CalledOperand, B.getInt8PtrTy())}, Bundles); in insertCFGuardCheck()
196 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch() local
197 Type *CalledOperandType = CalledOperand->getType(); in insertCFGuardDispatch()
210 Bundles.emplace_back("cfguardtarget", CalledOperand); in insertCFGuardDispatch()