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

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp365 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; local
367 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1107 Constant *Ops0, Constant *Ops1,
1118 if (ConstantExpr *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
1184 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
1106 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2388 const SDValue Ops0[] = { local
2397 MVT::v2i32, Ops0), 0);

Completed in 212 milliseconds