Searched refs:ConstantAndLeftOverPair (Results 1 – 1 of 1) sorted by relevance
203 auto ConstantAndLeftOverPair = extractConstantFactor(Expr, SE); in visit() local204 auto *Factor = ConstantAndLeftOverPair.first; in visit()205 Expr = ConstantAndLeftOverPair.second; in visit()