Searched defs:getPointerOperand (Results 1 – 5 of 5) sorted by relevance
259 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function260 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function386 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function387 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
296 Value *VAArgInst::getPointerOperand() { in getPointerOperand() function in llvm::sandboxir::VAArgInst417 Value *LoadInst::getPointerOperand() const { in getPointerOperand() function in llvm::sandboxir::LoadInst445 Value *StoreInst::getPointerOperand() const { in getPointerOperand() function in llvm::sandboxir::StoreInst813 Value *GetElementPtrInst::getPointerOperand() const { in getPointerOperand() function in llvm::sandboxir::GetElementPtrInst1286 Value *AtomicRMWInst::getPointerOperand() { in getPointerOperand() function in llvm::sandboxir::AtomicRMWInst1313 Value *AtomicCmpXchgInst::getPointerOperand() { in getPointerOperand() function in llvm::sandboxir::AtomicCmpXchgInst
1173 const Value *getPointerOperand() const { in getPointerOperand() function2097 const Value *getPointerOperand() const { in getPointerOperand() function2169 const Value *getPointerOperand() const { in getPointerOperand() function2374 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function2376 const Value *getPointerOperand() const { in getPointerOperand() function
905 Value *getPointerOperand() const { in getPointerOperand() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
270 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function