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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1186 /// SimplifyRem - Given operands for an SRem or URem, see if we can
1188 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, function
1244 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse))
1260 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse))

Completed in 44 milliseconds