Searched refs:OpProps (Results 1 – 1 of 1) sorted by relevance
839 OperandValueProperties OpProps = OP_None; in getOperandInfo() local844 OpProps = OP_PowerOf2; in getOperandInfo()846 OpProps = OP_NegatedPowerOf2; in getOperandInfo()848 return {OK_UniformConstantValue, OpProps}; in getOperandInfo()868 OpProps = OP_PowerOf2; in getOperandInfo()870 OpProps = OP_NegatedPowerOf2; in getOperandInfo()884 OpProps = AllPow2 ? OP_PowerOf2 : OpProps; in getOperandInfo()885 OpProps = AllNegPow2 ? OP_NegatedPowerOf2 : OpProps; in getOperandInfo()894 return {OpInfo, OpProps}; in getOperandInfo()