Home
last modified time | relevance | path

Searched refs:OpProps (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp888 OperandValueProperties OpProps = OP_None; in getOperandInfo() local
897 OpProps = OP_PowerOf2; in getOperandInfo()
899 OpProps = OP_NegatedPowerOf2; in getOperandInfo()
901 return {OK_UniformConstantValue, OpProps}; in getOperandInfo()
924 OpProps = OP_PowerOf2; in getOperandInfo()
926 OpProps = OP_NegatedPowerOf2; in getOperandInfo()
942 OpProps = AllPow2 ? OP_PowerOf2 : OpProps; in getOperandInfo()
943 OpProps = AllNegPow2 ? OP_NegatedPowerOf2 : OpProps; in getOperandInfo()
948 return {OpInfo, OpProps}; in getOperandInfo()