Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp358 ConstantInt *ICmpConst = nullptr; in isSafeWrap() local
360 ICmpConst = Const; in isSafeWrap()
362 ICmpConst = Const; in isSafeWrap()
367 APInt Total = ICmpConst->getValue().getBitWidth() < 32 ? in isSafeWrap()
368 ICmpConst->getValue().zext(32) : ICmpConst->getValue(); in isSafeWrap()