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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp856 LatticeVal V2State = getValueState(I.getOperand(1)); local
861 if (V1State.isConstant() && V2State.isConstant())
864 V2State.getConstant()));
867 if (!V1State.isOverdefined() && !V2State.isOverdefined())
879 else if (!V2State.isOverdefined())
880 NonOverdefVal = &V2State;
914 LatticeVal V2State = getValueState(I.getOperand(1)); local
919 if (V1State.isConstant() && V2State.isConstant())
922 V2State.getConstant()));
925 if (!V1State.isOverdefined() && !V2State
[all...]

Completed in 109 milliseconds