Searched refs:FuncC (Results 1 – 3 of 3) sorted by relevance
50 Constant *FuncC = CS->getOperand(1); in operator *() local54 while (FuncC) { in operator *()55 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()58 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()60 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0)); in operator *()
78 Constant *FuncC = CS->getOperand(1); in operator *() local82 while (FuncC) { in operator *()83 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()86 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()88 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0)); in operator *()
54 Constant *FuncC = CS->getOperand(1); in operator *() local58 while (FuncC) { in operator *()59 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()62 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()64 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0)); in operator *()