Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp503 auto constIt = constantMap.find(id); in getConstant() local
504 if (constIt == constantMap.end()) in getConstant()
506 return constIt->getSecond(); in getConstant()
511 auto constIt = specConstOperationMap.find(id); in getSpecConstantOperation() local
512 if (constIt == specConstOperationMap.end()) in getSpecConstantOperation()
514 return constIt->getSecond(); in getSpecConstantOperation()