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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 165 /// SimplifyXorInst - Given operands for a Xor, see if we can
167 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout *TD = nullptr,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 59 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned);
429 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),
556 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1))
755 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 61 milliseconds