Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_ONE

1699     case FCmpInst::FCMP_ONE:   
1763 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE ||
1768 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE ||
1786 case FCmpInst::FCMP_ONE: // We know that C1 != C2
1790 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE)