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

/external/llvm/include/llvm/IR/
H A DUser.h90 Value *getOperand(unsigned i) const { function in class:llvm::User
91 assert(i < NumOperands && "getOperand() out of range!");
H A DGetElementPtrTypeIterator.h59 return CT->getTypeAtIndex(getOperand());
66 Value *getOperand() const { return *OpIt; } function in class:llvm::generic_gep_type_iterator
70 CurTy = CT->getTypeAtIndex(getOperand());
87 (GEP->getOperand(0)->getType()->getScalarType(), GEP->op_begin()+1);
94 (GEP.getOperand(0)->getType()->getScalarType(), GEP.op_begin()+1);
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DUnaryOperation.java115 public Expression getOperand(){ method in class:UnaryOperation
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h251 const MDNode *Var = getOperand(getNumOperands() - 1).getMetadata();
276 const MachineOperand& getOperand(unsigned i) const { function in class:llvm::MachineInstr
277 assert(i < getNumOperands() && "getOperand() out of range!");
280 MachineOperand& getOperand(unsigned i) {
281 assert(i < getNumOperands() && "getOperand() out of range!");
522 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
536 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
698 && getOperand(0).isReg()
699 && getOperand(1).isImm();
727 return isCopy() && !getOperand(
[all...]
H A DScheduleDAG.h649 unsigned getOperand() const { return Operand; } function in class:llvm::SUnit::SUnitIterator
H A DSelectionDAGNodes.h179 inline const SDValue &getOperand(unsigned i) const;
592 const SDValue &getOperand(unsigned Num) const { function in class:llvm::SDNode
611 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
612 return getOperand(getNumOperands()-1).getNode();
889 inline const SDValue &SDValue::getOperand(unsigned i) const { function in class:llvm::SDValue
890 return Node->getOperand(i);
1121 const SDValue &getChain() const { return getOperand(0); }
1123 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
1228 const SDValue &getBasePtr() const { return getOperand(1); }
1229 const SDValue &getVal() const { return getOperand(
1977 unsigned getOperand() const { return Operand; } function in class:SDNodeIterator
[all...]
/external/llvm/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
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h67 const SCEV *getOperand() const { return Op; } function in class:llvm::SCEVCastExpr
149 const SCEV *getOperand(unsigned i) const { function in class:llvm::SCEVNAryExpr
162 Type *getType() const { return getOperand(0)->getType(); }
220 return getOperand(getNumOperands() - 1)->getType();
306 if (isAffine()) return getOperand(1);
598 push(cast<SCEVCastExpr>(S)->getOperand());
656 const SCEV *Operand = visit(Expr->getOperand());
661 const SCEV *Operand = visit(Expr->getOperand());
666 const SCEV *Operand = visit(Expr->getOperand());
673 Operands.push_back(visit(Expr->getOperand(
[all...]
/external/llvm/lib/IR/
H A DMetadata.cpp172 if (Value *V = N->getOperand(i)) {
198 if (const Function *F = getFunctionForValue(getOperand(i)))
307 /// getOperand - Return specified operand.
308 Value *MDNode::getOperand(unsigned i) const { function in class:MDNode
319 ID.AddPointer(getOperand(i));
397 Value *V = getOperand(i);
413 APFloat AVal = cast<ConstantFP>(A->getOperand(0))->getValueAPF();
414 APFloat BVal = cast<ConstantFP>(B->getOperand(0))->getValueAPF();
474 ConstantInt *ALow = cast<ConstantInt>(A->getOperand(2 * AI));
475 ConstantInt *BLow = cast<ConstantInt>(B->getOperand(
546 MDNode *NamedMDNode::getOperand(unsigned i) const { function in class:NamedMDNode
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h322 const SymExpr *getOperand() const { return Operand; } function in class:clang::ento::SymbolCast
/external/llvm/include/llvm/TableGen/
H A DRecord.h864 virtual Init *getOperand(int i) const = 0;
910 Init *getOperand(int i) const override {
912 return getOperand();
916 Init *getOperand() const { return LHS; } function in class:llvm::UnOpInit
958 Init *getOperand(int i) const override {
1014 Init *getOperand(int i) const override {
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h556 TIntermTyped *getOperand() { return mOperand; } function in class:TIntermUnary
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 7002 milliseconds