Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp185 Value *PosInf = Builder.CreateXor(NegOne, NegInf); in expandFPToI() local
186 Value *Cond8 = Builder.CreateSelect(PosOrNeg, PosInf, NegInf); in expandFPToI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2189 Value *PosInf = ConstantFP::getInfinity(Ty), in replacePowWithSqrt() local
2192 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); in replacePowWithSqrt()