Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsNan

499     Value *IsNan = Builder.CreateFCmpUNO(V, V, "cmp");
502 Builder.CreateCondBr(IsNan, End, NotNan);