Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Eq

529     Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq");
539 V = Builder.CreateAnd(Eq, IsLessThanInf, "and");
547 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq");
553 V = Builder.CreateAnd(Eq, IsNotInf, "and");