Searched defs:SimplifyRem (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp924 /// SimplifyRem - Given operands for an SRem or URem, see if we can
926 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, function
983 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, TD, DT, MaxRecurse))
998 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, TD, DT, MaxRecurse))
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1144 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, function
1204 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse))
1222 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse))

Completed in 57 milliseconds