Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDGetElementPtrTypeIterator.h81 Value *getOperand() const { return *OpIt; } in getOperand() function
HDUser.h118 Value *getOperand(unsigned i) const { in getOperand() function
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDRecord.h706 Init *getOperand(unsigned i) const override { in getOperand() function
712 Init *getOperand() const { return LHS; } in getOperand() function
754 Init *getOperand(unsigned i) const override { in getOperand() function
809 Init *getOperand(unsigned i) const override { in getOperand() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDScalarEvolutionExpressions.h67 const SCEV *getOperand() const { return Op; } in getOperand() function
149 const SCEV *getOperand(unsigned i) const { in getOperand() function
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSymbolManager.h322 const SymExpr *getOperand() const { return Operand; } in getOperand() function
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.h664 Record *getOperand(unsigned ON) const { in getOperand() function
HDDAGISelMatcher.h1047 unsigned getOperand(unsigned i) const { in getOperand() function
/NextBSD/contrib/llvm/lib/IR/
HDMetadata.cpp965 MDNode *NamedMDNode::getOperand(unsigned i) const { in getOperand() function in NamedMDNode
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h3359 Expr *getOperand() const { return static_cast<Expr*>(Operand); } in getOperand() function