OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forcedconstant
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
64
///
forcedconstant
- This LLVM Value was thought to be undef until
68
forcedconstant
,
enumerator in enum:__anon22285::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
);
[
all
...]
Completed in 431 milliseconds