Searched refs:CmpConstOperand (Results 1 – 1 of 1) sorted by relevance
289 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local298 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()299 if (!CmpConstOperand) in handleBrSelExpect()308 if (CmpConstOperand) { in handleBrSelExpect()309 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()311 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()