HomeSort by relevance Sort by last modified time
    Searched refs:IsFreeToInvert (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 712 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) {
    [all...]
InstCombineInternal.h 78 static inline bool IsFreeToInvert(Value *V, bool WillInvertAllUses) {
InstCombineAndOrXor.cpp 30 if (!IsFreeToInvert(Operand, Operand->hasOneUse()))
    [all...]

Completed in 58 milliseconds