Searched refs:FuncC (Results 1 – 1 of 1) sorted by relevance
56 Constant *FuncC = CS->getOperand(1); in operator *() local60 while (FuncC) { in operator *()61 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()64 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()66 FuncC = CE->getOperand(0); in operator *()