OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
SparsePropagation.cpp
175
LatticeVal
SCValue
;
177
SCValue
= getOrInitValueState(SI.getCondition());
179
SCValue
= getLatticeState(SI.getCondition());
181
if (
SCValue
== LatticeFunc->getOverdefinedVal() ||
182
SCValue
== LatticeFunc->getUntrackedVal()) {
189
if (
SCValue
== LatticeFunc->getUndefVal())
192
Constant *C = LatticeFunc->GetConstant(
SCValue
, SI.getCondition(), *this);
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
561
LatticeVal
SCValue
= getValueState(SI->getCondition());
562
ConstantInt *CI =
SCValue
.getConstantInt();
566
if (!
SCValue
.isUndefined())
624
LatticeVal
SCValue
= getValueState(SI->getCondition());
625
ConstantInt *CI =
SCValue
.getConstantInt();
628
return !
SCValue
.isUndefined();
[
all
...]
Completed in 1582 milliseconds