Home
last modified time | relevance | path

Searched refs:FoldedMul (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp317 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitMul() local
318 return FoldedMul; in visitMul()
320 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitMul() local
321 return replaceInstUsesWith(I, FoldedMul); in visitMul()
968 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitFMul() local
969 return FoldedMul; in visitFMul()
971 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitFMul() local
972 return replaceInstUsesWith(I, FoldedMul); in visitFMul()
1029 if (Instruction *FoldedMul = foldFMulReassoc(I)) in visitFMul() local
1030 return FoldedMul; in visitFMul()