Home
last modified time | relevance | path

Searched defs:getOperand (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInst.h206 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } in getOperand() function
207 MCOperand &getOperand(unsigned i) { return Operands[i]; } in getOperand() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h76 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
H A DUser.h169 Value *getOperand(unsigned i) const { in getOperand() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h95 const SCEV *getOperand() const { return Op; } in getOperand() function
96 const SCEV *getOperand(unsigned i) const { in getOperand() function
196 const SCEV *getOperand(unsigned i) const { in getOperand() function
302 const SCEV *getOperand(unsigned i) const { in getOperand() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h305 const SymExpr *getOperand() const { return Operand; } in getOperand() function
352 const SymExpr *getOperand() const { return Operand; } in getOperand() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DNodes.cpp208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h817 Init *getOperand(unsigned i) const override { in getOperand() function
823 Init *getOperand() const { return LHS; } in getOperand() function
892 Init *getOperand(unsigned i) const override { in getOperand() function
950 Init *getOperand(unsigned i) const override { in getOperand() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h251 inline VPValue *getOperand(unsigned N) const { in getOperand() function
H A DSLPVectorizer.cpp2550 ValueList &getOperand(unsigned OpIdx) { in getOperand() function
2556 ArrayRef<Value *> getOperand(unsigned OpIdx) const { in getOperand() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h652 unsigned getOperand() const { return Operand; } in getOperand() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h482 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); } in getOperand() function
H A DExprCXX.h4087 Expr *getOperand() const { return static_cast<Expr *>(Operand); } in getOperand() function
4979 Expr *getOperand() const { in getOperand() function
5061 Expr *getOperand() const { return cast<Expr>(SubExprs[0]); } in getOperand() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h167 Value *getOperand(unsigned N) const { in getOperand() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h551 const MCAOperand *getOperand(const unsigned Idx) const { in getOperand() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1044 Record *getOperand(unsigned ON) const { in getOperand() function
H A DDAGISelMatcher.h1024 unsigned getOperand(unsigned i) const { in getOperand() function
H A DGlobalISelEmitter.cpp2326 OperandMatcher &getOperand(unsigned OpIdx) { in getOperand() function in __anon8aabd5ea0111::InstructionMatcher
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1215 MDNode *NamedMDNode::getOperand(unsigned i) const { in getOperand() function in NamedMDNode