Searched defs:Ops0 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp369 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; local
371 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1109 Constant *Ops0, Constant *Ops1,
1119 if (ConstantExpr *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
1190 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
1108 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const DataLayout *TD, const TargetLibraryInfo *TLI) argument

Completed in 111 milliseconds