Home
last modified time | relevance | path

Searched defs:OPV (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libcss/libcss-0.9.1/src/bytecode/
H A Dbytecode.h82 static inline opcode_t getOpcode(css_code_t OPV) in getOpcode()
87 static inline uint8_t getFlags(css_code_t OPV) in getFlags()
92 static inline uint16_t getValue(css_code_t OPV) in getValue()
97 static inline bool isImportant(css_code_t OPV) in isImportant()
102 static inline bool isInherit(css_code_t OPV) in isInherit()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DLoopIndexSplit.cpp359 Value *OPV = SplitCondition->getOperand(0); in processOneIterationLoop() local