Home
last modified time | relevance | path

Searched defs:LastValue (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h33 enum class Lang { C = 0, CXX, LastValue = CXX }; global() enumerator
/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h105 Value LastValue; global() variable
/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h402 T LastValue; global() member
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp466 if (Value *LastValue = LastValueMap[OldValue]) UnrollAndJamLoop() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1372 Instruction *LastValue = nullptr; rematerializeChain() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1875 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local
H A DPPCISelLowering.cpp5597 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); getOutputChainFromCallSeq() local