Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp738 OperandValueProperties OpProps = OP_None; in getOperandInfo() local
743 OpProps = OP_PowerOf2; in getOperandInfo()
745 OpProps = OP_NegatedPowerOf2; in getOperandInfo()
747 return {OK_UniformConstantValue, OpProps}; in getOperandInfo()
767 OpProps = OP_PowerOf2; in getOperandInfo()
769 OpProps = OP_NegatedPowerOf2; in getOperandInfo()
783 OpProps = AllPow2 ? OP_PowerOf2 : OpProps; in getOperandInfo()
784 OpProps = AllNegPow2 ? OP_NegatedPowerOf2 : OpProps; in getOperandInfo()
793 return {OpInfo, OpProps}; in getOperandInfo()