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