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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 1811 Constant *IdC = ConstantExpr::getBinOpIdentity(BOpcode, Shuf.getType(), true);
1812 if (!IdC)
1820 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) :
1821 ConstantExpr::getShuffleVector(IdC, C, Mask);
InstCombineSelect.cpp 88 Constant *IdC = ConstantExpr::getBinOpIdentity(BO->getOpcode(), Ty, true);
89 if (IdC != C) {
90 if (!IdC || !CmpInst::isFPPredicate(Pred))
92 if (!match(IdC, m_AnyZeroFP()) || !match(C, m_AnyZeroFP()))

Completed in 49 milliseconds