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.cpp296 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitMul() local
297 return FoldedMul; in visitMul()
299 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitMul() local
300 return replaceInstUsesWith(I, FoldedMul); in visitMul()
871 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitFMul() local
872 return FoldedMul; in visitFMul()
874 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitFMul() local
875 return replaceInstUsesWith(I, FoldedMul); in visitFMul()
933 if (Instruction *FoldedMul = foldFMulReassoc(I)) in visitFMul() local
934 return FoldedMul; in visitFMul()