Searched defs:getOperand (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DUser.h88 Value *getOperand(unsigned i) const { function in class:llvm::User
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DGetElementPtrTypeIterator.h66 Value *getOperand() const { return *OpIt; } function in class:llvm::generic_gep_type_iterator
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCDisassembler/
H A DEDInst.cpp154 int EDInst::getOperand(EDOperand *&operand, unsigned int index) { function in class:EDInst
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstr.h264 const MachineOperand& getOperand(unsigned i) const { function in class:llvm::MachineInstr
[all...]
H A DMachineRegisterInfo.h581 MachineOperand &getOperand() const { function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DScheduleDAG.h614 unsigned getOperand() const { return Operand; } function in class:llvm::SUnitIterator
H A DSelectionDAGNodes.h538 const SDValue &getOperand(unsigned Num) const { function in class:llvm::SDNode
783 inline const SDValue &SDValue::getOperand(unsigned i) const { function in class:llvm::SDNode::SDValue
1789 unsigned getOperand() const { return Operand; } function in class:llvm::SDNode::SDNodeIterator
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h67 const SCEV *getOperand() const { return Op; } function in class:llvm::SCEVCastExpr
153 const SCEV *getOperand(unsigned i) const { function in class:llvm::SCEVNAryExpr
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCInst.h163 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } function in class:llvm::MCInst
164 MCOperand &getOperand(unsigned i) { return Operands[i]; } function in class:llvm::MCInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DMetadata.cpp305 Value *MDNode::getOperand(unsigned i) const { function in class:MDNode
578 MDNode *NamedMDNode::getOperand(unsigned i) const { function in class:NamedMDNode
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/TableGen/
H A DRecord.h854 virtual Init *getOperand(int i) const { function in class:llvm::UnOpInit
860 Init *getOperand() const { return LHS; } function in class:llvm::UnOpInit
898 virtual Init *getOperand(int i) const { function in class:llvm::BinOpInit
950 virtual Init *getOperand(int i) const { function in class:llvm::TernOpInit

Completed in 501 milliseconds