Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp72 Constant *HiMinusLo = ConstantInt::get(Ty, Hi - Lo); in insertRangeTest() local
73 return Builder.CreateICmp(Pred, VMinusLo, HiMinusLo); in insertRangeTest()