Searched defs:getPointerOperand (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp713 Value *getPointerOperand() const { function in class:__anon2669::EarlyCSE::ParseMemoryInst
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h834 static const Value *getPointerOperand(const Instruction *I, function in struct:Attributor
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h487 Value *getPointerOperand() { function in class:llvm::GEPOperator
490 const Value *getPointerOperand() const { function in class:llvm::GEPOperator
565 Value *getPointerOperand() { function in class:PtrToIntOperator
568 const Value *getPointerOperand() const { function in class:PtrToIntOperator
H A DInstructions.h295 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::LoadInst
296 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::LoadInst
429 Value *getPointerOperand() { return getOperand(1); } function in class:llvm::StoreInst
430 const Value *getPointerOperand() const { return getOperand(1); } function in class:llvm::StoreInst
636 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::AtomicCmpXchgInst
637 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::AtomicCmpXchgInst
830 Value *getPointerOperand() { retur function in class:llvm::AtomicRMWInst
831 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::AtomicRMWInst
1030 Value *getPointerOperand() { function in class:llvm::GetElementPtrInst
1033 const Value *getPointerOperand() const { function in class:llvm::GetElementPtrInst
1836 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::VAArgInst
1837 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::VAArgInst
5134 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::PtrToIntInst
5136 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::PtrToIntInst
5233 Value *getPointerOperand() { function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::AddrSpaceCastInst
5238 const Value *getPointerOperand() const { function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::AddrSpaceCastInst
5274 inline const Value *getPointerOperand(const Value *V) { function
5281 inline Value *getPointerOperand(Value *V) { function
[all...]

Completed in 130 milliseconds