Searched refs:SimplifyXorInst (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 220 Value *SimplifyXorInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 67 static Value *SimplifyXorInst(Value *, Value *, const SimplifyQuery &, unsigned); 202 if (Value *V = SimplifyXorInst( in handleOtherCmpSelSimplifications() 656 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyAddInst() 844 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifySubInst() 2321 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyXorInst() function 2363 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyXorInst() function in llvm 2364 return ::SimplifyXorInst(Op0, Op1, Q, RecursionLimit); in SimplifyXorInst() 5121 return SimplifyXorInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 5899 Result = SimplifyXorInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 3282 if (Value *V = SimplifyXorInst(I.getOperand(0), I.getOperand(1), in visitXor()
|