Searched defs:SimplifyXorInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp59 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))
842 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1))
1619 /// SimplifyXorInst - Given operands for a Xor, see if we can
1621 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const Query &Q, function
1673 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const DataLayout *TD, function in class:llvm
1676 return ::SimplifyXorInst(Op0, Op1, Query (TD, TLI, DT), RecursionLimit);
2886 case Instruction::Xor: return SimplifyXorInst(LHS, RHS, Q, MaxRecurse);
3099 Result = SimplifyXorInst(
[all...]

Completed in 125 milliseconds