reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/Evaluator.h
   82   bool getFormalParams(CallSite &CS, Function *F,

References

lib/Transforms/Utils/Evaluator.cpp
  273     return getFormalParams(CS, Fn, Formals) ? Fn : nullptr;
  277       !getFormalParams(CS, getFunction(CE->getOperand(0)), Formals))