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

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

Completed in 23 milliseconds