OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLatticeValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
83
LatticeValueTy
getLatticeValue
() const {
90
bool isUnknown() const { return
getLatticeValue
() == unknown; }
92
return
getLatticeValue
() == constant ||
getLatticeValue
() == forcedconstant;
94
bool isOverdefined() const { return
getLatticeValue
() == overdefined; }
112
if (
getLatticeValue
() == constant) { // Constant but not forcedconstant.
122
assert(
getLatticeValue
() == forcedconstant &&
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp
81
LatticeValueTy
getLatticeValue
() const {
88
bool isUndefined() const { return
getLatticeValue
() == undefined; }
90
return
getLatticeValue
() == constant ||
getLatticeValue
() == forcedconstant;
92
bool isOverdefined() const { return
getLatticeValue
() == overdefined; }
110
if (
getLatticeValue
() == constant) { // Constant but not forcedconstant.
120
assert(
getLatticeValue
() == forcedconstant &&
[
all
...]
Completed in 464 milliseconds