Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp289 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local
298 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()