Searched refs:CI2V (Results 1 – 1 of 1) sorted by relevance
1529 const APInt &CI2V = CI2->getValue(); in SimplifyAndOfICmps() local1530 const APInt Delta = CI2V - CI1V; in SimplifyAndOfICmps()1688 const APInt &CI2V = CI2->getValue(); in SimplifyOrOfICmps() local1689 const APInt Delta = CI2V - CI1V; in SimplifyOrOfICmps()