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