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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 97 const SCEVConstant *BasePtrIncSCEV);
193 const SCEVConstant *BasePtrIncSCEV) {
231 PHIBasePtrIncSCEV == BasePtrIncSCEV) {
415 const SCEVConstant *BasePtrIncSCEV =
417 if (!BasePtrIncSCEV)
419 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV);
425 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV))
448 I8Ty, NewPHI, BasePtrIncSCEV->getValue(),
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 325 const SCEVConstant *BasePtrIncSCEV =
327 if (!BasePtrIncSCEV)
329 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV);
355 I8Ty, NewPHI, BasePtrIncSCEV->getValue(),

Completed in 535 milliseconds