Searched refs:CondCB (Results 1 – 1 of 1) sorted by relevance
822 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst() local823 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue(); in visitSelectInst()