Searched refs:SimplifyXorInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 236 Value *SimplifyXorInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 70 static Value *SimplifyXorInst(Value *, Value *, const SimplifyQuery &, unsigned); 208 if (Value *V = SimplifyXorInst( in handleOtherCmpSelSimplifications() 662 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyAddInst() 855 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifySubInst() 2357 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyXorInst() function 2399 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyXorInst() function in llvm 2400 return ::SimplifyXorInst(Op0, Op1, Q, RecursionLimit); in SimplifyXorInst() 5262 return SimplifyXorInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 6161 Result = SimplifyXorInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 3282 if (Value *V = SimplifyXorInst(I.getOperand(0), I.getOperand(1), in visitXor()
|