Searched defs:getPointerOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DOperator.h275 Value *getPointerOperand() { function in class:llvm::GEPOperator
278 const Value *getPointerOperand() const { function in class:llvm::GEPOperator
288 return getPointerOperand()->getType();
H A DInstructions.h223 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::LoadInst
224 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::LoadInst
228 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
346 Value *getPointerOperand() { return getOperand(1); } function in class:llvm::StoreInst
347 const Value *getPointerOperand() const { return getOperand(1); } function in class:llvm::StoreInst
351 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
512 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::AtomicCmpXchgInst
513 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::AtomicCmpXchgInst
523 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
659 Value *getPointerOperand() { retur function in class:llvm::AtomicRMWInst
660 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::AtomicRMWInst
788 Value *getPointerOperand() { function in class:llvm::GetElementPtrInst
791 const Value *getPointerOperand() const { function in class:llvm::GetElementPtrInst
1503 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::VAArgInst
1504 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::VAArgInst
[all...]

Completed in 52 milliseconds