HomeSort by: relevance | last modified time | path
    Searched refs:BOp0 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 2995 Value *BOp0 = BO->getOperand(0), *BOp1 = BO->getOperand(1);
3003 Value *NewRem = Builder.CreateURem(BOp0, BOp1, BO->getName());
3013 return new ICmpInst(Pred, BOp0, ConstantExpr::getSub(RHS, BOC));
3018 return new ICmpInst(Pred, BOp0, NegVal);
3019 if (Value *NegVal = dyn_castNegVal(BOp0))
3024 return new ICmpInst(Pred, BOp0, Neg);
3034 return new ICmpInst(Pred, BOp0, ConstantExpr::getXor(RHS, BOC));
3037 return new ICmpInst(Pred, BOp0, BOp1);
3045 if (Constant *BOC = dyn_cast<Constant>(BOp0)) {
3050 return new ICmpInst(Pred, BOp0, BOp1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 604 const Value *BOp0, *BOp1;
605 if (match(CondI, m_LogicalAnd(m_Value(BOp0), m_Value(BOp1))))
607 else if (match(CondI, m_LogicalOr(m_Value(BOp0), m_Value(BOp1))))
610 if (Opcode && !(match(BOp0, m_ExtractElt(m_Value(Vec), m_Value())) &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2384 const Value *BOp0, *BOp1;
2386 if (match(BOp, m_LogicalAnd(m_Value(BOp0), m_Value(BOp1))))
2388 else if (match(BOp, m_LogicalOr(m_Value(BOp0), m_Value(BOp1))))
2391 if (Opcode && !(match(BOp0, m_ExtractElt(m_Value(Vec), m_Value())) &&

Completed in 64 milliseconds