Home
last modified time | relevance | path

Searched refs:GetConstant (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Analysis/
DSparsePropagation.cpp150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors()
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this); in getFeasibleSuccessors()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); in getFeasibleSuccessors()
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this); in getFeasibleSuccessors()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
/external/v8/src/compiler/
Dcode-generator-impl.h150 return gen_->code()->GetConstant( in ToConstant()
Dinstruction.cc962 : GetConstant(ConstantOperand::cast(operand)->virtual_register()); in InputRpo()
Dinstruction.h1536 Constant GetConstant(int virtual_register) const { in NON_EXPORTED_BASE()
/external/v8/src/crankshaft/
Dhydrogen.cc824 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, in GetConstant() function in v8::internal::HGraph
849 return GetConstant(&constant_0_, 0); in GetConstant0()
854 return GetConstant(&constant_1_, 1); in GetConstant1()
859 return GetConstant(&constant_minus1_, -1); in GetConstantMinus1()
869 HConstant* HGraph::GetConstant##Name() { \
913 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
Dhydrogen.h469 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,