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