Home
last modified time | relevance | path

Searched refs:LastValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExternalASTSource.h388 : ExternalSource(Source), LastGeneration(0), LastValue(Value) {} in LazyData()
391 T LastValue; member
421 LazyVal->LastValue = NewValue; in set()
437 return LazyVal->LastValue; in get()
445 return LazyVal->LastValue; in getNotUpdated()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp986 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local
992 ThisValue = LastValue; in collectBitGroups()
1002 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1005 if (LastValue.getNode()) in collectBitGroups()
1006 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1009 LastValue = ThisValue; in collectBitGroups()
1012 if (LastValue.getNode()) in collectBitGroups()
1013 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()