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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp1299 LatticeVal Op0LV = getValueState(I->getOperand(0)); local
1325 if (Op0LV.isUndefined() && Op1LV.isUndefined())
1345 if (Op0LV.isUndefined() && Op1LV.isUndefined())
1354 if (Op0LV.isUndefined() && Op1LV.isUndefined())
1364 if (Op0LV.isUndefined() && Op1LV.isUndefined()) {
1404 if (Op0LV.isUndefined()) {

Completed in 164 milliseconds