Home | History | Annotate | Download | only in IR

Lines Matching full:trueval

741   if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) {
742 if (TrueVal->getOpcode() == Instruction::Select)
743 if (TrueVal->getOperand(0) == Cond)
744 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2);