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

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp978 Constant *Ops0, Constant *Ops1,
989 if (TD && Ops1->isNullValue()) {
1010 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
1037 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) {
1039 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0), Ops1,
1042 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(1), Ops1,
1051 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
977 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const TargetData *TD, const TargetLibraryInfo *TLI) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7766 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond }; local
7770 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
7773 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
9443 SDValue Ops1[2] = { Value, Chain }; local
9444 return DAG.getMergeValues(Ops1, 2, dl);
9458 SDValue Ops1[2] = { Chain.getValue(0), Chain }; local
9459 return DAG.getMergeValues(Ops1, 2, dl);

Completed in 103 milliseconds