HomeSort by relevance Sort by last modified time
    Searched refs:getPointerOperand (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/llvm/lib/Analysis/
Delinearization.cpp 73 static Value *getPointerOperand(Instruction &Inst) {
75 return Load->getPointerOperand();
77 return Store->getPointerOperand();
79 return Gep->getPointerOperand();
97 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L);
AliasAnalysis.cpp 250 return Location(LI->getPointerOperand(),
256 return Location(SI->getPointerOperand(),
262 return Location(VI->getPointerOperand(),
269 return Location(CXI->getPointerOperand(),
276 return Location(RMWI->getPointerOperand(),
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 86 dyn_cast<GlobalVariable>(SubLHS->getPointerOperand());
88 dyn_cast<GlobalVariable>(SubRHS->getPointerOperand());
X86AtomicExpandPass.cpp 212 Value *Addr = AI->getPointerOperand();
276 Builder.CreateAtomicRMW(AtomicRMWInst::Xchg, SI->getPointerOperand(),
  /external/llvm/include/llvm/IR/
Operator.h 386 Value *getPointerOperand() {
389 const Value *getPointerOperand() const {
399 return getPointerOperand()->getType();
486 Value *getPointerOperand() {
489 const Value *getPointerOperand() const {
499 return getPointerOperand()->getType();