Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_ONE

1783     case FCmpInst::FCMP_ONE:
1850 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE ||
1855 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE ||
1873 case FCmpInst::FCMP_ONE: // We know that C1 != C2
1877 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE)