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

  /art/compiler/sea_ir/ir/
instruction_nodes.h 119 virtual int32_t GetConstValue() const {
138 int32_t GetConstValue() const {
  /art/compiler/sea_ir/debug/
dot_gen.cc 160 art::StringPrintf("%d", instruction->GetConstValue()) + "\"";
  /art/compiler/sea_ir/code_gen/
code_gen.cc 127 llvm::ConstantInt::get(*llvm_data_->context_, llvm::APInt(32, instruction->GetConstValue())));
134 llvm::ConstantInt::get(*llvm_data_->context_, llvm::APInt(32, instruction->GetConstValue())));
171 llvm::APInt(32, instruction->GetConstValue()));

Completed in 80 milliseconds