Lines Matching refs:CondVal
2684 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal,2689 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal))2696 if (isa<UndefValue>(CondVal)) { // select undef, X, Y -> X or Y