Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp349 ConstantInt *ICmpConstant = nullptr; in isSafeWrap() local
351 ICmpConstant = Const; in isSafeWrap()
353 ICmpConstant = Const; in isSafeWrap()
357 const APInt &ICmpConst = ICmpConstant->getValue(); in isSafeWrap()