Home
last modified time | relevance | path

Searched refs:selectType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-do.cpp68 [&](common::Indirection<SelectTypeConstruct> &selectType) { in Post() argument
70 std::get<Statement<EndSelectStmt>>(selectType.value().t)); in Post()
Dcheck-select-type.cpp254 const auto &selectType{selectTypeStmt.statement}; in Enter() local
255 const auto &unResolvedSel{std::get<parser::Selector>(selectType.t)}; in Enter()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2401 …const string selectType = (m_vectorSize == 1) ? ("u32") : ("v" + de::toString(m_vectorSize) + "u32… in finalizeFullOperation() local
2406 fullOperation += "%op_result = OpSelect %" + selectType + " %op_result_pre %c_one %c_zero\n"; in finalizeFullOperation()
2410 fullOperation += "%op_result_u32 = OpSelect %" + selectType + " %op_result_pre %c_one %c_zero\n"; in finalizeFullOperation()