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