Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp809 OperandValueProperties OpProps = OP_None; in getOperandInfo() local
814 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()