Searched refs:foldMaxMulShift (Results 1 – 1 of 1) sorted by relevance
1923 auto foldMaxMulShift = [&](Value *A, Value *B) -> Instruction * { in visitCallInst() local1941 if (Instruction *I = foldMaxMulShift(I0, I1)) in visitCallInst()1943 if (Instruction *I = foldMaxMulShift(I1, I0)) in visitCallInst()