Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp191 Type *CalledOperandType = CalledOperand->getType(); in insertCFGuardDispatch() local
194 PointerType *PTy = PointerType::get(CalledOperandType, 0); in insertCFGuardDispatch()
199 LoadInst *GuardDispatchLoad = B.CreateLoad(CalledOperandType, GuardFnGlobal); in insertCFGuardDispatch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp191 Type *CalledOperandType = CalledOperand->getType(); in insertCFGuardDispatch() local
194 PointerType *PTy = PointerType::get(CalledOperandType, 0); in insertCFGuardDispatch()
199 LoadInst *GuardDispatchLoad = B.CreateLoad(CalledOperandType, GuardFnGlobal); in insertCFGuardDispatch()