Home
last modified time | relevance | path

Searched defs:GetConstant (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/art/runtime/
H A Ddex_register_location.h67 int32_t GetConstant() const { in GetConstant() function
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_x86.h58 HConstant* GetConstant() const { in GetConstant() function
H A Dlocations.h115 HConstant* GetConstant() const { in GetConstant() function
H A Dbounds_check_elimination.cc137 int32_t GetConstant() const { return constant_; } in GetConstant() function in art::ValueBound
H A Dnodes.cc789 HConstant* HGraph::GetConstant(DataType::Type type, int64_t value) { in GetConstant() function in art::HGraph
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() function
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.h68 uint32_t GetConstant() const { in GetConstant() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp387 const Constant* ConstantManager::GetConstant( in GetConstant() function in spvtools::opt::analysis::ConstantManager
Dconstants.h518 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp387 const Constant* ConstantManager::GetConstant( in GetConstant() function in spvtools::opt::analysis::ConstantManager
H A Dconstants.h518 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.cpp387 const Constant* ConstantManager::GetConstant( in GetConstant() function in spvtools::opt::analysis::ConstantManager
H A Dconstants.h518 const Constant* GetConstant(const Type* type, const C& literal_words_or_ids) { in GetConstant() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp1940 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange() local