Home
last modified time | relevance | path

Searched refs:CmpConstOperand (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp295 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local
304 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()
305 if (!CmpConstOperand) in handleBrSelExpect()
314 if (CmpConstOperand) { in handleBrSelExpect()
315 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()
317 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()