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.cpp839 OperandValueProperties OpProps = OP_None; in getOperandInfo() local
844 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()