Searched refs:OpProps (Results 1 – 1 of 1) sorted by relevance
809 OperandValueProperties OpProps = OP_None; in getOperandInfo() local814 OpProps = OP_PowerOf2; in getOperandInfo()816 OpProps = OP_NegatedPowerOf2; in getOperandInfo()818 return {OK_UniformConstantValue, OpProps}; in getOperandInfo()838 OpProps = OP_PowerOf2; in getOperandInfo()840 OpProps = OP_NegatedPowerOf2; in getOperandInfo()854 OpProps = AllPow2 ? OP_PowerOf2 : OpProps; in getOperandInfo()855 OpProps = AllNegPow2 ? OP_NegatedPowerOf2 : OpProps; in getOperandInfo()864 return {OpInfo, OpProps}; in getOperandInfo()