Home
last modified time | relevance | path

Searched defs: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
299 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitMul() local
871 if (Instruction *FoldedMul = foldBinOpIntoSelectOrPhi(I)) in visitFMul() local
874 if (Value *FoldedMul = foldMulSelectToNegate(I, Builder)) in visitFMul() local
933 if (Instruction *FoldedMul = foldFMulReassoc(I)) in visitFMul() local