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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp64 /// forcedconstant - This LLVM Value was thought to be undef until
68 forcedconstant, enumerator in enum:__anon10428::LatticeVal::LatticeValueTy
76 /// the constant if this is a 'constant' or 'forcedconstant' value.
88 return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
108 if (getLatticeValue() == constant) { // Constant but not forcedconstant.
118 assert(getLatticeValue() == forcedconstant &&
120 // Stay at forcedconstant if the constant is the same.
141 Val.setInt(forcedconstant);

Completed in 66 milliseconds