Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ !
H A DLowerExpectIntrinsic.cpp291 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local
300 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()
301 if (!CmpConstOperand) in handleBrSelExpect()
310 if (CmpConstOperand) { in handleBrSelExpect()
311 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()
313 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()