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

/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp68 /// forcedconstant - This LLVM Value was thought to be undef until
72 forcedconstant, enumerator in enum:__anon14761::LatticeVal::LatticeValueTy
80 /// the constant if this is a 'constant' or 'forcedconstant' value.
92 return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
112 if (getLatticeValue() == constant) { // Constant but not forcedconstant.
122 assert(getLatticeValue() == forcedconstant &&
124 // Stay at forcedconstant if the constant is the same.
145 Val.setInt(forcedconstant);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp66 /// forcedconstant - This LLVM Value was thought to be undef until
70 forcedconstant, enumerator in enum:__anon23068::LatticeVal::LatticeValueTy
78 /// the constant if this is a 'constant' or 'forcedconstant' value.
90 return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
110 if (getLatticeValue() == constant) { // Constant but not forcedconstant.
120 assert(getLatticeValue() == forcedconstant &&
122 // Stay at forcedconstant if the constant is the same.
143 Val.setInt(forcedconstant);

Completed in 374 milliseconds