Searched refs:SimplifyXorInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 103 Value *SimplifyXorInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 48 static Value *SimplifyXorInst(Value *, Value *, const TargetData *, 447 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()), in ThreadCmpOverSelect() 579 if (Value *V = SimplifyXorInst(Op0, Op1, TD, DT, MaxRecurse-1)) in SimplifyAddInst() 710 if (Value *V = SimplifyXorInst(Op0, Op1, TD, DT, MaxRecurse-1)) in SimplifySubInst() 1338 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst() function 1390 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst() function in llvm 1392 return ::SimplifyXorInst(Op0, Op1, TD, DT, RecursionLimit); in SimplifyXorInst() 2368 case Instruction::Xor: return SimplifyXorInst(LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp() 2485 Result = SimplifyXorInst(I->getOperand(0), I->getOperand(1), TD, DT); in SimplifyInstruction()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 197 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 71 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned); 440 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()), in ThreadCmpOverSelect() 562 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyAddInst() 762 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifySubInst() 1870 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyXorInst() function 1914 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifyXorInst() function in llvm 1918 return ::SimplifyXorInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifyXorInst() 3796 case Instruction::Xor: return SimplifyXorInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 4173 SimplifyXorInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2069 if (Value *V = SimplifyXorInst(Op0, Op1, TD)) in visitXor()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 2482 if (Value *V = SimplifyXorInst(Op0, Op1, DL, TLI, DT, AC)) in visitXor()
|