Searched refs:computeRandomType (Results 1 – 3 of 3) sorted by relevance
50 VariableType computeRandomType(GeneratorState &state, int maxScalars);
754 m_valueRange = ValueRange(computeRandomType(state, maxScalars)); in ConstructorOp()911 m_valueRange = ValueRange(computeRandomType(state, maxScalars)); in AssignOp()1181 ValueRange newVarRange(computeRandomType(state, maxScalars)); in VariableRead()
155 VariableType computeRandomType(GeneratorState &state, int maxScalars) in computeRandomType() function