Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2320 LibFunc Fp128Func = NotLibFunc; in ConstantFoldScalarCall1() local
2321 if (TLI && TLI->getLibFunc(Name, Fp128Func) && TLI->has(Fp128Func) && in ConstantFoldScalarCall1()
2322 Fp128Func == LibFunc_logl) in ConstantFoldScalarCall1()