Home
last modified time | relevance | path

Searched refs:FindConstant (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp372 ConstantInst *Graph::FindConstant(DataType::Type type, uint64_t value) in FindConstant() function in panda::compiler::Graph
390 auto existing_const = FindConstant(inst->GetType(), inst->GetRawValue()); in FindOrAddConstant()
Dgraph.h527 ConstantInst *FindConstant(DataType::Type type, uint64_t value);