Searched refs:constIt (Results 1 – 1 of 1) sorted by relevance
503 auto constIt = constantMap.find(id); in getConstant() local504 if (constIt == constantMap.end()) in getConstant()506 return constIt->getSecond(); in getConstant()511 auto constIt = specConstOperationMap.find(id); in getSpecConstantOperation() local512 if (constIt == specConstOperationMap.end()) in getSpecConstantOperation()514 return constIt->getSecond(); in getSpecConstantOperation()