Home | History | Annotate | Download | only in IR

Lines Matching full:falseval

732   if (ConstantExpr *FalseVal = dyn_cast<ConstantExpr>(V2)) {
733 if (FalseVal->getOpcode() == Instruction::Select)
734 if (FalseVal->getOperand(0) == Cond)
735 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2));