Home | History | Annotate | Download | only in IR

Lines Matching refs:TrueVal

727   if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) {
728 if (TrueVal->getOpcode() == Instruction::Select)
729 if (TrueVal->getOperand(0) == Cond)
730 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2);