Searched refs:GetConstant (Results 1 - 5 of 5) 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/llvm/lib/Analysis/
H A DSparsePropagation.cpp149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DProgram.cpp1644 D3DXHANDLE constantHandle = constantTable->GetConstant(0, constantIndex);
1681 D3DXHANDLE fieldHandle = mConstantTablePS->GetConstant(constantHandle, field);
/external/v8/src/
H A Dhydrogen.h345 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
H A Dhydrogen.cc563 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, function in class:v8::internal::HGraph
576 return GetConstant(&constant_1_, Smi::FromInt(1));
581 return GetConstant(&constant_minus1_, Smi::FromInt(-1));
586 return GetConstant(&constant_true_, isolate()->heap()->true_value());
591 return GetConstant(&constant_false_, isolate()->heap()->false_value());
596 return GetConstant(&constant_hole_, isolate()->heap()->the_hole_value());

Completed in 122 milliseconds