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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp170 bool markConstantRange(const ConstantRange NewR) { argument
172 if (NewR.isEmptySet())
175 bool changed = Range != NewR;
176 Range = NewR;
181 if (NewR.isEmptySet())
185 Range = NewR;
265 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
266 if (NewR.isFullSet())
268 return markConstantRange(NewR);
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1235 unsigned NewR = MRI->createVirtualRegister(RC); local
1238 BuildMI(B, DI, DL, TII->get(DI->getOpcode()), NewR)
1240 MO.setReg(NewR);

Completed in 120 milliseconds