Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp57 Constant *FuncC = CS->getOperand(1); in operator *() local
61 while (FuncC) { in operator *()
62 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()
65 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()
67 FuncC = CE->getOperand(0); in operator *()