Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp276 ConstantInt *CmpConstOperand = nullptr; in handleBrSelExpect() local
285 CmpConstOperand = dyn_cast<ConstantInt>(CmpI->getOperand(1)); in handleBrSelExpect()
286 if (!CmpConstOperand) in handleBrSelExpect()
295 if (CmpConstOperand) { in handleBrSelExpect()
296 if (CmpConstOperand->getBitWidth() > 64) in handleBrSelExpect()
298 ValueComparedTo = CmpConstOperand->getZExtValue(); in handleBrSelExpect()