Searched refs:SubstMap (Results 1 – 2 of 2) sorted by relevance
222 using SubstMap = std::map<Counter, Counter>; variable226 LLVM_ABI Counter subst(Counter C, const SubstMap &Map);
138 Counter CounterExpressionBuilder::subst(Counter C, const SubstMap &Map) { in subst()