Searched refs:simplifyXorInst (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h239 Value *simplifyXorInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp69 static Value *simplifyXorInst(Value *, Value *, const SimplifyQuery &,
204 if (Value *V = simplifyXorInst(
678 if (Value *V = simplifyXorInst(Op0, Op1, Q, MaxRecurse - 1))
900 if (Value *V = simplifyXorInst(Op0, Op1, Q, MaxRecurse - 1))
2536 static Value *simplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, function
2608 Value *llvm::simplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { function in class:llvm
2609 return ::simplifyXorInst(Op0, Op1, Q, RecursionLimit);
5758 return simplifyXorInst(LHS, RHS, Q, MaxRecurse);
6648 return simplifyXorInst(NewOps[0], NewOps[1], Q);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4043 if (Value *V = simplifyXorInst(I.getOperand(0), I.getOperand(1),

Completed in 226 milliseconds