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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp855 LatticeVal V1State = getValueState(I.getOperand(0)); local
861 if (V1State.isConstant() && V2State.isConstant())
863 ConstantExpr::get(I.getOpcode(), V1State.getConstant(),
867 if (!V1State.isOverdefined() && !V2State.isOverdefined())
877 if (!V1State.isOverdefined())
878 NonOverdefVal = &V1State;
913 LatticeVal V1State = getValueState(I.getOperand(0)); local
919 if (V1State.isConstant() && V2State.isConstant())
921 V1State.getConstant(),
925 if (!V1State
[all...]

Completed in 125 milliseconds