Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp713 OperandValueProperties &OpProps) { in getOperandInfo() argument
715 OpProps = OP_None; in getOperandInfo()
719 OpProps = OP_PowerOf2; in getOperandInfo()
740 OpProps = OP_PowerOf2; in getOperandInfo()
742 OpProps = OP_PowerOf2; in getOperandInfo()
747 OpProps = OP_None; in getOperandInfo()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1052 OperandValueProperties &OpProps);