Home | History | Annotate | Download | only in cached

Lines Matching refs:CalleeF

1086   Function *CalleeF = TheHelper->getFunction(Callee);
1087 if (CalleeF == 0)
1091 if (CalleeF->arg_size() != Args.size())
1100 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");