Searched refs:CmpConstOperand (Results 1 – 1 of 1) sorted by relevance
277 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local286 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()287 if (!CmpConstOperand) in handleBrSelExpect()296 if (CmpConstOperand) { in handleBrSelExpect()297 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()299 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()