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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 232 /// See also: canFreelyInvertAllUsersOf()
269 static bool canFreelyInvertAllUsersOf(Value *V, Value *IgnoredUser) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 3103 if (X && Y && (Y->hasOneUse() || canFreelyInvertAllUsersOf(Y, &I))) {
3263 if (!InstCombiner::canFreelyInvertAllUsersOf(&I, /*IgnoredUser=*/nullptr))
InstCombineCompares.cpp 5359 if (!InstCombiner::canFreelyInvertAllUsersOf(&I, /*IgnoredUser=*/nullptr))

Completed in 61 milliseconds