Home | History | Annotate | Download | only in InstCombine

Lines Matching full:fci

803   if (FCmpInst *FCI = dyn_cast<FCmpInst>(CondVal)) {
804 if (FCI->getOperand(0) == TrueVal && FCI->getOperand(1) == FalseVal) {
806 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
818 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {
831 } else if (FCI->getOperand(0) == FalseVal && FCI->getOperand(1) == TrueVal){
833 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
845 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {