Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsNan

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