Searched refs:C1I (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp196 ConstantInt *C1I = dyn_cast<ConstantInt>(C1); local
197 if (!C1I)
202 if (!C1I->isZero() && !C2I->isZero()) // One side must be zero.
204 return C1I->isOne() || C1I->isAllOnesValue() ||

Completed in 95 milliseconds