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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp910 LatticeVal V2State = getValueState(I.getOperand(1)); local
915 if (V1State.isConstant() && V2State.isConstant())
918 V2State.getConstant()));
921 if (!V1State.isOverdefined() && !V2State.isOverdefined())
933 else if (!V2State.isOverdefined())
934 NonOverdefVal = &V2State;
1026 LatticeVal V2State = getValueState(I.getOperand(1)); local
1031 if (V1State.isConstant() && V2State.isConstant())
1034 V2State.getConstant()));
1037 if (!V1State.isOverdefined() && !V2State
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp878 LatticeVal V2State = getValueState(I.getOperand(1)); local
883 if (V1State.isConstant() && V2State.isConstant()) {
885 V2State.getConstant());
893 if (!V1State.isOverdefined() && !V2State.isOverdefined())
905 else if (!V2State.isOverdefined())
906 NonOverdefVal = &V2State;
940 LatticeVal V2State = getValueState(I.getOperand(1)); local
945 if (V1State.isConstant() && V2State.isConstant()) {
947 I.getPredicate(), V1State.getConstant(), V2State.getConstant());
954 if (!V1State.isOverdefined() && !V2State
[all...]

Completed in 411 milliseconds