Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1355 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
1356 Value *FCmp = B.CreateFCmpOEQ(Base, NegInf, "isinf"); in replacePowWithSqrt()