Searched defs:InsertRangeTest (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp263 Value *InstCombiner::InsertRangeTest(Value *V, Constant *Lo, Constant *Hi, function in class:InstCombiner
996 return InsertRangeTest(Val, AddOne(LHSCst), RHSCst, false, true);
1014 return InsertRangeTest(Val, AddOne(LHSCst), RHSCst, true, true);
1756 return InsertRangeTest(Val, LHSCst, AddOne(RHSCst), false, false);
1776 return InsertRangeTest(Val, LHSCst, AddOne(RHSCst), true, false);

Completed in 41 milliseconds