Searched refs:isDivZero (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1040 static bool isDivZero(Value *X, Value *Y, const SimplifyQuery &Q, in isDivZero() function 1138 if (isDivZero(Op0, Op1, Q, MaxRecurse, IsSigned)) in simplifyDiv() 1181 if (isDivZero(Op0, Op1, Q, MaxRecurse, Opcode == Instruction::SRem)) in simplifyRem()
|