HomeSort by relevance Sort by last modified time
    Searched defs:GetConstant (Results 1 - 2 of 2) 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/v8/src/
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 51 milliseconds