Searched refs:PosInf (Results 1 – 2 of 2) sorted by relevance
187 Value *PosInf = Builder.CreateXor(NegOne, NegInf); in expandFPToI() local188 Value *Cond8 = Builder.CreateSelect(PosOrNeg, PosInf, NegInf); in expandFPToI()
2271 Value *PosInf = ConstantFP::getInfinity(Ty), in replacePowWithSqrt() local2274 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); in replacePowWithSqrt()