Lines Matching full:falseval
745 if (ConstantExpr *FalseVal = dyn_cast<ConstantExpr>(V2)) {746 if (FalseVal->getOpcode() == Instruction::Select)747 if (FalseVal->getOperand(0) == Cond)748 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2));