Lines Matching full:fcmp
3289 /// FoldFCmp_IntToFP_Cst - Fold fcmp ([us]itofp x, cst) if possible.
3508 // Simplify 'fcmp pred X, X'
3516 // Canonicalize these to be 'fcmp uno %X, 0.0'.
3525 // Canonicalize these to be 'fcmp ord %X, 0.0'.
3532 // Handle fcmp with constant RHS
3537 // fcmp (fpext x), C -> fcmp x, (fptrunc C) if fptrunc is lossless
3577 // Only fold fcmp into the PHI if the phi and fcmp are in the same
3590 // fcmp pred (fneg x), C -> fcmp swap(pred) x, -C
3648 // fcmp pred (fneg x), (fneg y) -> fcmp swap(pred) x, y
3653 // fcmp (fpext x), (fpext y) -> fcmp x, y