Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_peeling.cpp156 builder.GetIntConstant<uint32_t>(1, int_type_->IsSigned()); in InsertCanonicalInductionVariable()
167 {builder.GetIntConstant<uint32_t>(0, int_type_->IsSigned())->result_id(), in InsertCanonicalInductionVariable()
428 builder.GetIntConstant(peel_factor, int_type_->IsSigned()); in PeelBefore()
490 builder.GetIntConstant(peel_factor, int_type_->IsSigned()); in PeelAfter()
683 .GetIntConstant<uint32_t>(static_cast<uint32_t>(iterations), in ProcessLoop()
Dir_builder.h331 return GetIntConstant<int32_t>(value, true); in GetSintConstant()
353 return GetIntConstant<uint32_t>(value, false); in GetUintConstant()
376 Instruction* GetIntConstant(T value, bool sign) { in GetIntConstant() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_peeling.cpp156 builder.GetIntConstant<uint32_t>(1, int_type_->IsSigned()); in InsertCanonicalInductionVariable()
167 {builder.GetIntConstant<uint32_t>(0, int_type_->IsSigned())->result_id(), in InsertCanonicalInductionVariable()
428 builder.GetIntConstant(peel_factor, int_type_->IsSigned()); in PeelBefore()
490 builder.GetIntConstant(peel_factor, int_type_->IsSigned()); in PeelAfter()
683 .GetIntConstant<uint32_t>(static_cast<uint32_t>(iterations), in ProcessLoop()
Dir_builder.h331 return GetIntConstant<int32_t>(value, true); in GetSintConstant()
353 return GetIntConstant<uint32_t>(value, false); in GetUintConstant()
376 Instruction* GetIntConstant(T value, bool sign) { in GetIntConstant() function