Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1175 static const unsigned AddChain[33][2] = { in getPow() local
1186 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1187 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()