HomeSort by relevance Sort by last modified time
    Searched refs:GetConstant (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 81 /// GetConstant - If the specified lattice value is representable as an LLVM
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.cpp     [all...]
  /external/v8/src/
hydrogen.h 345 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
    [all...]
hydrogen.cc 563 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
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());
    [all...]

Completed in 196 milliseconds