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

  /art/compiler/optimizing/
nodes_x86.h 51 HConstant* GetConstant() const {
locations.h 110 HConstant* GetConstant() const {
bounds_check_elimination.cc 136 int32_t GetConstant() const { return constant_; }
413 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) {
429 upper = upper_bound.GetConstant();
430 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) {
432 upper = max_array_len + upper_bound.GetConstant();
463 if ((!upper.IsConstant() || upper.GetConstant() == std::numeric_limits<int32_t>::max()) &&
472 int32_t constant = range->GetLower().GetConstant();
645 right_range->GetBound().GetConstant() < 0) {
805 if (lower.GetConstant() == 0 && upper.GetConstant() == 0)
    [all...]
nodes.cc 540 HConstant* HGraph::GetConstant(Primitive::Type type, int64_t value, uint32_t dex_pc) {
    [all...]
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /external/swiftshader/third_party/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) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 80 /// GetConstant - If the specified lattice value is representable as an LLVM
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
  /art/runtime/
stack_map.h 489 int32_t GetConstant(uint16_t dex_register_number,
    [all...]
  /external/v8/src/compiler/
instruction.h     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 824 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
828 // recursively call GetConstant
849 return GetConstant(&constant_0_, 0);
854 return GetConstant(&constant_1_, 1);
859 return GetConstant(&constant_minus1_, -1);
869 HConstant* HGraph::GetConstant##Name() { \
913 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
    [all...]

Completed in 303 milliseconds