Searched refs:CmpConstOperand (Results 1 – 1 of 1) sorted by relevance
248 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local257 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()258 if (!CmpConstOperand) in handleBrSelExpect()267 if (CmpConstOperand) { in handleBrSelExpect()268 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()270 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()