Searched refs:isDivZero (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 1092 static bool isDivZero(Value *X, Value *Y, const SimplifyQuery &Q, in isDivZero() function 1201 if (isDivZero(Op0, Op1, Q, MaxRecurse, IsSigned)) in simplifyDiv() 1244 if (isDivZero(Op0, Op1, Q, MaxRecurse, Opcode == Instruction::SRem)) in simplifyRem()
|