Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CondVal

2508 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal,
2513 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal))
2520 if (isa<UndefValue>(CondVal)) { // select undef, X, Y -> X or Y