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

/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DDelinearization.cpp72 static Value *getPointerOperand(Instruction &Inst) { function
H A DDependenceAnalysis.cpp655 Value *getPointerOperand(Instruction *I) { function
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DOperator.h382 Value *getPointerOperand() { function in class:llvm::GEPOperator
385 const Value *getPointerOperand() const { function in class:llvm::GEPOperator
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
346 Value *getPointerOperand() { return getOperand(1); } function in class:llvm::StoreInst
347 const Value *getPointerOperand() const { return getOperand(1); } function in class:llvm::StoreInst
511 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::AtomicCmpXchgInst
512 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::AtomicCmpXchgInst
658 Value *getPointerOperand() { retur function in class:llvm::AtomicRMWInst
659 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::AtomicRMWInst
790 Value *getPointerOperand() { function in class:llvm::GetElementPtrInst
793 const Value *getPointerOperand() const { function in class:llvm::GetElementPtrInst
1522 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::VAArgInst
1523 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::VAArgInst
3562 Value *getPointerOperand() { return getOperand(0); } function in class:llvm::InvokeInst::PtrToIntInst
3564 const Value *getPointerOperand() const { return getOperand(0); } function in class:llvm::InvokeInst::PtrToIntInst
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1155 Value *BoUpSLP::getPointerOperand(Value *I) { function in class:__anon2843::BoUpSLP

Completed in 90 milliseconds