Searched defs:RO (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp185 const SCEV *RO = X->getRHS(); local
187 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace);
188 if (LO != LN || RO != RN)
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp354 Value *LO = L->getOperand(I), *RO = R->getOperand(I); local
355 if (!equivalentAsOperands(LO, RO)) {
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; local
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp858 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i]; local
860 switch (RO.Kind) {
863 const Record *Rec = RO.getRecord();
864 StringRef ROName = RO.getName();

Completed in 115 milliseconds