Searched refs:constInfo (Results 1 – 2 of 2) sorted by relevance
41 if (auto constInfo = getConstant(id)) { in getValue() local43 return opBuilder.create<spirv::ConstantOp>(unknownLoc, constInfo->second, in getValue()44 constInfo->first); in getValue()
619 auto constInfo = getConstant(id); in getConstantInt() local620 if (!constInfo) { in getConstantInt()623 return constInfo->first.dyn_cast<IntegerAttr>(); in getConstantInt()