Searched refs:TheOp (Results 1 – 3 of 3) sorted by relevance
38 // Complex dag operator (F.TheOp).45 operator TheOp = a;51 dag Dag3 = (F.TheOp 2);
1504 Value *TheOp = Ops[i].Op; in OptimizeAdd() local1508 if (i+1 != Ops.size() && Ops[i+1].Op == TheOp) { in OptimizeAdd()1514 } while (i != Ops.size() && Ops[i].Op == TheOp); in OptimizeAdd()1516 DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n'); in OptimizeAdd()1520 Type *Ty = TheOp->getType(); in OptimizeAdd()1523 Instruction *Mul = CreateMul(TheOp, C, "factor", I, I); in OptimizeAdd()1545 if (!BinaryOperator::isNeg(TheOp) && !BinaryOperator::isFNeg(TheOp) && in OptimizeAdd()1546 !BinaryOperator::isNot(TheOp)) in OptimizeAdd()1550 if (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp)) in OptimizeAdd()1551 X = BinaryOperator::getNegArgument(TheOp); in OptimizeAdd()[all …]
69 AsmWriterOperand TheOp = OpsToPrint.back().second; in PrintCases() local75 if (OpsToPrint[i-1].second == TheOp) { in PrintCases()81 O << TheOp.getCode(); in PrintCases()