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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp50 Constant *FuncC = CS->getOperand(1); local
54 while (FuncC) {
55 if (Function *F = dyn_cast_or_null<Function>(FuncC)) {
58 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) {
60 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0));

Completed in 79 milliseconds