Home
last modified time | relevance | path

Searched refs:getIntrinsicNameImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1078 static std::string getIntrinsicNameImpl(Intrinsic::ID Id, ArrayRef<Type *> Tys, in getIntrinsicNameImpl() function
1108 return getIntrinsicNameImpl(Id, Tys, M, FT, true); in getName()
1112 return getIntrinsicNameImpl(Id, Tys, nullptr, nullptr, false); in getNameNoUnnamedTypes()