Searched refs:operandValuesSize (Results 1 – 5 of 5) sorted by relevance
100 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local101 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
119 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local120 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
120 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local121 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
127 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local128 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
160 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local161 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()