Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FCmpInst

803   if (FCmpInst *FCI = dyn_cast<FCmpInst>(CondVal)) {
806 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
818 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {
833 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
845 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {