Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp342 ConstantInt *ICmpConstant = nullptr; in isSafeWrap() local
344 ICmpConstant = Const; in isSafeWrap()
346 ICmpConstant = Const; in isSafeWrap()
350 const APInt &ICmpConst = ICmpConstant->getValue(); in isSafeWrap()