Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp659 OperandValueProperties &OpProps) { in getOperandInfo() argument
661 OpProps = OP_None; in getOperandInfo()
665 OpProps = OP_PowerOf2; in getOperandInfo()
686 OpProps = OP_PowerOf2; in getOperandInfo()
688 OpProps = OP_PowerOf2; in getOperandInfo()
693 OpProps = OP_None; in getOperandInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1026 OperandValueProperties &OpProps);