Searched defs:MatchBinOp (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | EarlyCSE.cpp | 1200 auto MatchBinOp = [](Instruction *I, unsigned Opcode, Value *&LHS, handleBranchCondition() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstructionCombining.cpp | 932 auto MatchBinOp = [&](unsigned ShOpnum) -> Instruction * { foldBinOpShiftWithShift() local |