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

  /art/compiler/optimizing/
induction_var_range_test.cc 157 HInductionVarAnalysis::InductionInfo* CreateConst(int32_t c) {
173 CreateConst(tc),
174 CreateInvariant('<', CreateConst(0), CreateConst(tc)),
182 CreateConst(a),
183 CreateConst(b),
193 CreateConst(c),
203 CreateConst(a),
204 CreateConst(b),
213 CreateConst(lo)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
fold_spec_constant_op_and_composite_pass.h 112 std::unique_ptr<analysis::Constant> CreateConst(
fold_spec_constant_op_and_composite_pass.cpp 415 return BuildInstructionAndAddToModule(CreateConst(GetType(inst), {}),
466 null_component_constants = CreateConst(component_type, {});
550 auto result_const = CreateConst(result_type, {result_val});
561 if (auto rc = CreateConst(element_type, {r})) {
627 return CreateConst(GetType(inst), literal_words_or_ids);
665 FoldSpecConstantOpAndCompositePass::CreateConst(

Completed in 402 milliseconds