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 507 DenseMap<Value*, Value*>::iterator RLI = ReplacedLoads.find(NewVal);
508 while (RLI != ReplacedLoads.end()) {
509 NewVal = RLI->second;
510 RLI = ReplacedLoads.find(NewVal);
  /external/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 110 milliseconds