Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h266 MatchBinaryOp(std::function<bool(const Instruction::Operand &)> base,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1558 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1640 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2360 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2397 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1264 lldb_private::OperandMatchers::MatchBinaryOp( in MatchBinaryOp() function in lldb_private::OperandMatchers
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5269 static std::optional<BinaryOp> MatchBinaryOp(Value *V, const DataLayout &DL, in MatchBinaryOp() function
5756 auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN); in createSimpleAffineAddRec()
5877 if (auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN)) { in createAddRecFromPHI()
7495 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in getOperandsToCreate()
7511 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in getOperandsToCreate()
7684 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in createSCEV()
7725 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV()
7757 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV()
8017 if (auto BO = MatchBinaryOp(U->getOperand(0), getDataLayout(), AC, DT, in createSCEV()