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

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  700     assert(F && "A concrete function must be provided to this routine.");
  705       NumArgs = F->arg_size();
  707     if (Intrinsic::ID IID = F->getIntrinsicID()) {
  708       FunctionType *FTy = F->getFunctionType();
  714     if (!static_cast<T *>(this)->isLoweredToCall(F))
  718     return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs, U);