Home
last modified time | relevance | path

Searched refs:GetConstValue (Results 1 – 3 of 3) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_nodes.h119 virtual int32_t GetConstValue() const { in GetConstValue() function
138 int32_t GetConstValue() const { in GetConstValue() function
/art/compiler/sea_ir/debug/
Ddot_gen.cc160 art::StringPrintf("%d", instruction->GetConstValue()) + "\""; in Visit()
/art/compiler/sea_ir/code_gen/
Dcode_gen.cc127 llvm::ConstantInt::get(*llvm_data_->context_, llvm::APInt(32, instruction->GetConstValue()))); in Visit()
134 llvm::ConstantInt::get(*llvm_data_->context_, llvm::APInt(32, instruction->GetConstValue()))); in Visit()