Searched refs:SimplifySRemInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 62 Value *SimplifySRemInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 129 Value *SimplifySRemInst(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 981 static Value *SimplifySRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySRemInst() function 989 Value *llvm::SimplifySRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySRemInst() function in llvm 991 return ::SimplifySRemInst(Op0, Op1, TD, DT, RecursionLimit); in SimplifySRemInst() 2356 case Instruction::SRem: return SimplifySRemInst(LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp() 2454 Result = SimplifySRemInst(I->getOperand(0), I->getOperand(1), TD, DT); in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 659 if (Value *V = SimplifySRemInst(Op0, Op1, TD)) in visitSRem()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1202 static Value *SimplifySRemInst(Value *Op0, Value *Op1, const Query &Q, in SimplifySRemInst() function 1210 Value *llvm::SimplifySRemInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifySRemInst() function in llvm 1214 return ::SimplifySRemInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI), in SimplifySRemInst() 3783 case Instruction::SRem: return SimplifySRemInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 4136 Result = SimplifySRemInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1459 if (Value *V = SimplifySRemInst(Op0, Op1, DL, TLI, DT, AC)) in visitSRem()
|