HomeSort by relevance Sort by last modified time
    Searched refs:GetPointerOperand (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopDependenceAnalysis.cpp 88 static Value *GetPointerOperand(Value *I) {
90 return i->getPointerOperand();
92 return i->getPointerOperand();
227 Value *aPtr = GetPointerOperand(P->A);
228 Value *bPtr = GetPointerOperand(P->B);
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 133 static Value *GetPointerOperand(Value *MemI) {
135 return LMemI->getPointerOperand();
137 return SMemI->getPointerOperand();
193 PtrValue = LMemI->getPointerOperand();
196 PtrValue = SMemI->getPointerOperand();
314 Value *BasePtr = GetPointerOperand(MemI);
385 Value *Ptr = GetPointerOperand(I->Instr);

Completed in 216 milliseconds