Searched defs:GetConstant (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h81 /// GetConstant - If the specified lattice value is representable as an LLVM
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { function in class:llvm::AbstractLatticeFunction
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h880 Constant GetConstant(int virtual_register) const { function in class:v8::internal::compiler::FINAL
/external/chromium_org/v8/src/
H A Dhydrogen.cc651 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, function in class:v8::internal::HGraph
655 // recursively call GetConstant
676 return GetConstant(&constant_0_, 0);
681 return GetConstant(&constant_1_, 1);
686 return GetConstant(&constant_minus1_, -1);
691 HConstant* HGraph::GetConstant##Name() { \
736 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);

Completed in 133 milliseconds