Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FDecl

994 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl,
997 FDecl.getParent() ? &FDecl.getParent()->getDataLayout() : nullptr;
998 return getLibFunc(FDecl.getName(), F) &&
999 isValidProtoForLibFunc(*FDecl.getFunctionType(), F, DL);