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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombine.cpp 89 auto matchFunnelShift = [](Value *V, Value *&ShVal0, Value *&ShVal1,
126 Intrinsic::ID IID = matchFunnelShift(P0, ShVal0, ShVal1, ShAmt);
130 IID = matchFunnelShift(P1, ShVal0, ShVal1, ShAmt);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 2112 static Instruction *matchFunnelShift(Instruction &Or, InstCombinerImpl &IC) {
2678 if (Instruction *Funnel = matchFunnelShift(I, *this))

Completed in 71 milliseconds