Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp656 OperandValueProperties &OpProps) { in getOperandInfo() argument
658 OpProps = OP_None; in getOperandInfo()
662 OpProps = OP_PowerOf2; in getOperandInfo()
683 OpProps = OP_PowerOf2; in getOperandInfo()
685 OpProps = OP_PowerOf2; in getOperandInfo()
690 OpProps = OP_None; in getOperandInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h995 OperandValueProperties &OpProps);