Searched refs:Ops0 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430ISelDAGToDAG.cpp | 368 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in SelectIndexedBinOp() local 372 Ops0, 3); in SelectIndexedBinOp()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 1054 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument 1064 if (ConstantExpr *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands() 1135 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 8462 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond }; in LowerShiftParts() local 8466 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4); in LowerShiftParts() 8469 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4); in LowerShiftParts()
|