Lines Matching refs:m_pOperand
30 res->setValue(+m_pOperand->value()); in eval()
39 res->setValue(-m_pOperand->value()); in eval()
48 res->setValue(!m_pOperand->value()); in eval()
57 res->setValue(~m_pOperand->value()); in eval()
74 switch (m_pOperand->type()) { in eval()
76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name()); in eval()
80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
96 switch (m_pOperand->type()) { in eval()
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name()); in eval()
102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
118 res->setValue(m_pOperand->value()); in eval()
167 switch (m_pOperand->type()) { in eval()
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name()); in eval()
173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()