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

  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 510 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal);
511 while (RLI != ReplacedLoads.end()) {
512 NewVal = RLI->second;
513 RLI = ReplacedLoads.find(NewVal);
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 398 .macro build_constants RFL, RLI, RTH, FL, LI, TH
401 lvx \LI, 0, \RLI ;# limit
    [all...]

Completed in 48 milliseconds