Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2066 StringRef ExpName; in replacePowWithExp() local
2077 ExpName = TLI->getName(LibFunc_exp); in replacePowWithExp()
2086 ExpName = TLI->getName(LibFunc_exp2); in replacePowWithExp()
2097 ? B.CreateUnaryIntrinsic(ID, FMul, nullptr, ExpName) in replacePowWithExp()