Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp894 auto IsCompletelyDistributable = [](unsigned BinOpc1, unsigned BinOpc2, in foldBinOpShiftWithShift() local
915 if (!IsCompletelyDistributable(BinOpc1, BinOpc2, ShOpc)) in foldBinOpShiftWithShift()
981 IsCompletelyDistributable(I.getOpcode(), BinOpc, ShOpc)) { in foldBinOpShiftWithShift()