Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1189 auto MatchBinOp = [](Instruction *I, unsigned Opcode, Value *&LHS, in handleBranchCondition() local
1228 if (MatchBinOp(Curr, PropagateOpcode, LHS, RHS)) in handleBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp961 auto MatchBinOp = [&](unsigned ShOpnum) -> Instruction * { in foldBinOpShiftWithShift() local
1036 if (Instruction *R = MatchBinOp(0)) in foldBinOpShiftWithShift()
1038 return MatchBinOp(1); in foldBinOpShiftWithShift()