Searched refs:simplifyInstWithSCEV (Results 1 – 2 of 2) sorted by relevance
85 bool simplifyInstWithSCEV(Instruction *I);87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); } in visitInstruction()
28 bool UnrolledInstAnalyzer::simplifyInstWithSCEV(Instruction *I) { in simplifyInstWithSCEV() function in UnrolledInstAnalyzer