Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsNan

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