Searched refs:GetPointerOperand (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopDependenceAnalysis.cpp88 static Value *GetPointerOperand(Value *I) { function
227 Value *aPtr = GetPointerOperand(P->A);
228 Value *bPtr = GetPointerOperand(P->B);
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp133 static Value *GetPointerOperand(Value *MemI) { function
314 Value *BasePtr = GetPointerOperand(MemI);
385 Value *Ptr = GetPointerOperand(I->Instr);

Completed in 253 milliseconds