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

12345678910

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
73 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h70 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
73 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DGetElementPtrTypeIterator.h72 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } function
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineInstr.h279 const MachineOperand& getOperand(unsigned i) const { function in class:llvm::MachineInstr
280 assert(i < getNumOperands() && "getOperand() out of range!");
283 MachineOperand& getOperand(unsigned i) {
284 assert(i < getNumOperands() && "getOperand() out of range!");
517 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
594 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
607 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
782 && getOperand(0).isReg()
783 && getOperand(1).isImm();
811 return isCopy() && !getOperand(
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
H A DMCInst.h173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } function in class:llvm::MCInst
174 MCOperand &getOperand(unsigned i) { return Operands[i]; } function in class:llvm::MCInst
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h151 Value *getOperand(unsigned N) const { function in class:llvm::GVNExpression::BasicExpression
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineInstr.h284 const MachineOperand& getOperand(unsigned i) const { function in class:llvm::MachineInstr
285 assert(i < getNumOperands() && "getOperand() out of range!");
288 MachineOperand& getOperand(unsigned i) {
289 assert(i < getNumOperands() && "getOperand() out of range!");
522 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
599 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
612 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
788 && getOperand(0).isReg()
789 && getOperand(1).isImm();
825 return isCopy() && !getOperand(
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
H A DMCInst.h173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } function in class:llvm::MCInst
174 MCOperand &getOperand(unsigned i) { return Operands[i]; } function in class:llvm::MCInst
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
H A DGVNExpression.h163 Value *getOperand(unsigned N) const { function in class:llvm::GVNExpression::BasicExpression
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineInstr.h284 const MachineOperand& getOperand(unsigned i) const { function in class:llvm::MachineInstr
285 assert(i < getNumOperands() && "getOperand() out of range!");
288 MachineOperand& getOperand(unsigned i) {
289 assert(i < getNumOperands() && "getOperand() out of range!");
522 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
599 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
612 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
788 && getOperand(0).isReg()
789 && getOperand(1).isImm();
825 return isCopy() && !getOperand(
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
H A DMCInst.h173 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } function in class:llvm::MCInst
174 MCOperand &getOperand(unsigned i) { return Operands[i]; } function in class:llvm::MCInst
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
H A DGVNExpression.h163 Value *getOperand(unsigned N) const { function in class:llvm::GVNExpression::BasicExpression
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineInstr.h295 const MachineOperand& getOperand(unsigned i) const { function in class:llvm::MachineInstr
296 assert(i < getNumOperands() && "getOperand() out of range!");
299 MachineOperand& getOperand(unsigned i) {
300 assert(i < getNumOperands() && "getOperand() out of range!");
536 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
613 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
626 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
802 && getOperand(0).isReg()
803 && getOperand(1).isImm();
842 return isCopy() && !getOperand(
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
H A DMCInst.h180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } function in class:llvm::MCInst
181 MCOperand &getOperand(unsigned i) { return Operands[i]; } function in class:llvm::MCInst

Completed in 495 milliseconds

12345678910