Home | History | Annotate | Download | only in Utils

Lines Matching full:fcmp

1173     Value *FCmp = B.CreateFCmpOEQ(Op1, NegInf);
1174 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);