Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.h277 uint64_t Operand3) { in addInstruction() argument
281 Instructions.back().Ops.push_back(Operand3); in addInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp269 auto Operand3 = static_cast<dwarf::LocationAtom>(Ops[5].getOp()); in tryFoldCommutativeMathWithArgInBetween() local
273 !operationsAreFoldableAndCommutative(Operand2, Operand3)) in tryFoldCommutativeMathWithArgInBetween()