Searched refs:CmpConstOperand (Results 1 – 1 of 1) sorted by relevance
276 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local285 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()286 if (!CmpConstOperand) in handleBrSelExpect()295 if (CmpConstOperand) { in handleBrSelExpect()296 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()298 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()