Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Verifier/
H A Dfnarg-nodebug.ll16 ; This should not set off the FnArg Verifier. The two variables are in differrent scopes.
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp5150 Value *FnArg = Call.getArgOperand(0)->stripPointerCasts(); in visitIntrinsicCall() local
5151 Function *Fn = dyn_cast<Function>(FnArg); in visitIntrinsicCall()