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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 568 // exp2(X) * exp2(Y) -> exp2(X + Y)
569 // Match as long as at least one of exp2 has only one use.
570 if (match(Op0, m_Intrinsic<Intrinsic::exp2>(m_Value(X))) &&
571 match(Op1, m_Intrinsic<Intrinsic::exp2>(m_Value(Y))) &&
574 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I);
575 return replaceInstUsesWith(I, Exp2);
1309 case Intrinsic::exp2
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 78 E2 Exp2 N V0
976 FLOAT E0, E1, Exp2, E3, MinSqEr;
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 78 E2 Exp2 N V0
976 FLOAT E0, E1, Exp2, E3, MinSqEr;

Completed in 33 milliseconds