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/Expression/
H A DDWARFExpression.cpp2374 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2411 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1703 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1786 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1296 lldb_private::OperandMatchers::MatchBinaryOp( in MatchBinaryOp() function in lldb_private::OperandMatchers
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5235 static std::optional<BinaryOp> MatchBinaryOp(Value *V, const DataLayout &DL, in MatchBinaryOp() function
5723 auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN); in createSimpleAffineAddRec()
5844 if (auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN)) { in createAddRecFromPHI()
7517 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in getOperandsToCreate()
7533 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in getOperandsToCreate()
7704 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in createSCEV()
7745 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV()
7777 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV()
8036 if (auto BO = MatchBinaryOp(U->getOperand(0), getDataLayout(), AC, DT, in createSCEV()