Searched refs:SlowPathFn (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3149 llvm::FunctionCallee SlowPathFn; local
3158 SlowPathFn = CGM.getModule().getOrInsertFunction(
3163 SlowPathFn, {TypeId, Ptr, Builder.CreateBitCast(InfoPtr, Int8PtrTy)});
3165 SlowPathFn = CGM.getModule().getOrInsertFunction(
3168 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr});
3172 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts()));

Completed in 116 milliseconds