Searched refs:SimplifyAndInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 93 Value *SimplifyAndInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 40 static Value *SimplifyAndInst(Value *, Value *, const TargetData *, 436 if (Value *V = SimplifyAndInst(Cond, TCmp, TD, DT, MaxRecurse)) in ThreadCmpOverSelect() 768 if (Value *V = SimplifyAndInst(Op0, Op1, TD, DT, MaxRecurse-1)) in SimplifyMulInst() 1155 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyAndInst() function 1237 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyAndInst() function in llvm 1239 return ::SimplifyAndInst(Op0, Op1, TD, DT, RecursionLimit); in SimplifyAndInst() 2366 case Instruction::And: return SimplifyAndInst(LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp() 2479 Result = SimplifyAndInst(I->getOperand(0), I->getOperand(1), TD, DT); in SimplifyInstruction()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 181 Value *SimplifyAndInst(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 63 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned); 429 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() 915 if (Value *V = SimplifyAndInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyMulInst() 1563 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyAndInst() function 1675 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifyAndInst() function in llvm 1679 return ::SimplifyAndInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifyAndInst() 3794 case Instruction::And: return SimplifyAndInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 4165 SimplifyAndInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1037 if (Value *V = SimplifyAndInst(Op0, Op1, TD)) in visitAnd()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1315 if (Value *V = SimplifyAndInst(Op0, Op1, DL, TLI, DT, AC)) in visitAnd()
|