Searched defs:getValue (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp67 const Value *DbgValueInst::getValue() const { function in class:DbgValueInst
71 Value *DbgValueInst::getValue() { function in class:DbgValueInst
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DOptional.h126 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } function in class:llvm::Optional
H A DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
H A DStatistic.h42 llvm::sys::cas_flag getValue() const { return Value; } function in class:llvm::Statistic
H A DScopedHashTable.h53 const V &getValue() const { return Val; } function in class:llvm::ScopedHashTableVal
54 V &getValue() { return Val; } function in class:llvm::ScopedHashTableVal
H A DFoldingSet.h762 T &getValue() { return data; } function in class:llvm::FoldingSetNodeWrapper
763 const T &getValue() const { return data; } function in class:llvm::FoldingSetNodeWrapper
H A DStringMap.h132 const ValueTy &getValue() const { return second; } function in class:llvm::StringMapEntry
133 ValueTy &getValue() { return second; } function in class:llvm::StringMapEntry
/freebsd-9.3-release/contrib/llvm/include/llvm/Option/
H A DArg.h97 const char *getValue(unsigned N = 0) const { function in class:llvm::opt::Arg
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatStringParsing.h64 const T &getValue() const { function in class:clang::analyze_format_string::SpecifierResult
68 const T &getValue() { return FS; } function in class:clang::analyze_format_string::SpecifierResult
H A DUninitializedValues.cpp133 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, function in class:__anon3049::CFGBlockValues
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCFixup.h93 const MCExpr *getValue() const { return Value; } function in class:llvm::MCFixup
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { function in class:BasicValueFactory
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, function in class:BasicValueFactory
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, function in class:BasicValueFactory
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { function in class:BasicValueFactory
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h124 const Value *getValue() const { return PtrInfo.V; } function in class:llvm::MachineMemOperand
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h194 Value *getValue() const { return const_cast<Value*>(getArgOperand(1)); } function in class:llvm::MemSetInst
H A DConstants.h105 inline const APInt &getValue() const { function in class:llvm::ConstantInt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h144 llvm::Value *getValue() const { return Value.getPointer(); } function in class:clang::CodeGen::ReturnValueSlot
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp93 const SourceDelta &getValue(unsigned i) const { function in class:__anon3197::DeltaTreeNode
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp236 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { function
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h49 Value *getValue() const { return Val; } function in class:llvm::AliasSet::PointerRec
H A DScalarEvolutionExpressions.h44 ConstantInt *getValue() const { return V; } function in class:llvm::SCEVConstant
430 Value *getValue() const { return getValPtr(); } function in class:llvm::SCEVUnknown
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h167 uint64_t getValue() const { return Value; } function in class:clang::CharLiteralParser
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h441 inline error_code SymbolRef::getValue(uint64_t &Val) const { function in class:llvm::object::SymbolRef::SymbolRef
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h253 uint64_t getValue() const { return Integer; } function in class:llvm::DIEInteger
281 const MCExpr *getValue() const { return Expr; } function in class:llvm::DIEExpr
309 const MCSymbol *getValue() const { return Label; } function in class:llvm::DIELabel
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h343 const llvm::APSInt& getValue() const { function in class:clang::ento::nonloc::ConcreteInt
416 const CompoundValData* getValue() const { function in class:clang::ento::nonloc::CompoundVal
533 const llvm::APSInt& getValue() const { function in class:clang::ento::loc::ConcreteInt
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp128 Value *getValue() const { return OrigVal; } function in class:__anon2668::XorOpnd
[all...]

Completed in 422 milliseconds

12