Home | History | Annotate | Download | only in Utils

Lines Matching refs:FCmp

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