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 121 /// SimplifyXorInst - Given operands for a Xor, see if we can
123 Value *SimplifyXorInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 59 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned);
501 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),
628 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 857 milliseconds