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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 438 static bool matchesOr(Value *A, Value *&B, ConstantInt *&C) {
451 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) {
StraightLineStrengthReduce.cpp 438 static bool matchesOr(Value *A, Value *&B, ConstantInt *&C) {
451 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) {

Completed in 50 milliseconds