Home | History | Annotate | Download | only in llvm

Lines Matching refs:getIndexOperand

1536   Value *getIndexOperand() { return Op<1>(); }
1538 const Value *getIndexOperand() const { return Op<1>(); }