Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h266 MatchBinaryOp(std::function<bool(const Instruction::Operand &)> base,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1565 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1647 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2713 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2750 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1265 lldb_private::OperandMatchers::MatchBinaryOp( in MatchBinaryOp() function in lldb_private::OperandMatchers
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5264 static std::optional<BinaryOp> MatchBinaryOp(Value *V, const DataLayout &DL, in MatchBinaryOp() function
5751 auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN); in createSimpleAffineAddRec()
5872 if (auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN)) { in createAddRecFromPHI()
7481 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in getOperandsToCreate()
7497 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in getOperandsToCreate()
7670 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in createSCEV()
7711 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV()
7743 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV()
8003 if (auto BO = MatchBinaryOp(U->getOperand(0), getDataLayout(), AC, DT, in createSCEV()