Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp338 ConstantInt *ICmpConstant = nullptr; in isSafeWrap() local
340 ICmpConstant = Const; in isSafeWrap()
342 ICmpConstant = Const; in isSafeWrap()
346 const APInt &ICmpConst = ICmpConstant->getValue(); in isSafeWrap()