Searched refs:CreateDivOrNull (Results 1 – 1 of 1) sorted by relevance
1226 auto CreateDivOrNull = [&](Value *A, Value *B) -> Instruction * { in commonIDivTransforms() local1245 if (auto *Val = CreateDivOrNull(Y, Z)) in commonIDivTransforms()1249 if (auto *Val = CreateDivOrNull(X, Z)) in commonIDivTransforms()