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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) {
1123 match(Op1, m_NegatedPower2()))) {
1124 bool DivisorWasNegative = match(Op1, m_NegatedPower2());
1194 if (match(Op1, m_NegatedPower2())) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 556 inline cst_pred_ty<is_negated_power2> m_NegatedPower2() {
559 inline api_pred_ty<is_negated_power2> m_NegatedPower2(const APInt *&V) {

Completed in 31 milliseconds