Lines Matching refs:CurrentLocOps
1775 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local
1776 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoForDbgValues()
1818 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument
1827 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
1829 CurrentLocOps = 1; in getSalvageOpsForGEP()
1835 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
1873 Value *getSalvageOpsForBinOp(BinaryOperator *BI, uint64_t CurrentLocOps, in getSalvageOpsForBinOp() argument
1895 if (!CurrentLocOps) { in getSalvageOpsForBinOp()
1897 CurrentLocOps = 1; in getSalvageOpsForBinOp()
1899 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in getSalvageOpsForBinOp()
1912 Value *llvm::salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps, in salvageDebugInfoImpl() argument
1948 return getSalvageOpsForGEP(GEP, DL, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoImpl()
1950 return getSalvageOpsForBinOp(BI, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoImpl()