Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp179 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck() local
193 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand}, Bundles); in insertCFGuardCheck()
208 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch() local
209 Type *CalledOperandType = CalledOperand->getType(); in insertCFGuardDispatch()
217 Bundles.emplace_back("cfguardtarget", CalledOperand); in insertCFGuardDispatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp626 Value *CalledOperand = CB->getCalledOperand(); in lowerCall() local
647 {B.CreateBitCast(CalledOperand, B.getPtrTy()), in lowerCall()
654 Value *GuardRetVal = B.CreateBitCast(GuardCheck, CalledOperand->getType()); in lowerCall()