Home
last modified time | relevance | path

Searched defs:GetIntConstant (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dir_builder.h408 Instruction* GetIntConstant(T value, bool sign) { in GetIntConstant() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h408 Instruction* GetIntConstant(T value, bool sign) { in GetIntConstant() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_builder.h408 Instruction* GetIntConstant(T value, bool sign) { in GetIntConstant() function
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc746 HIntConstant* HGraph::GetIntConstant(int32_t value) { in GetIntConstant() function in art::HGraph