reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/LazyValueInfo.cpp
 1508   if (Constant *VC = dyn_cast<Constant>(Val)) {
 1514   if (!getEdgeValueLocal(Val, BBFrom, BBTo, LocalResult))
 1525   if (!hasBlockValue(Val, BBFrom)) {
 1526     if (pushBlockValue(std::make_pair(BBFrom, Val)))
 1534   ValueLatticeElement InBlock = getBlockValue(Val, BBFrom);
 1535   intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock,
 1545   intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI);