HomeSort by relevance Sort by last modified time
    Searched refs:InsertRangeTest (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 369 Value *InsertRangeTest(Value *V, Constant *Lo, Constant *Hi,
InstCombineAndOrXor.cpp 270 /// InsertRangeTest - Emit a computation of: (V >= Lo && V < Hi) if Inside is
275 Value *InstCombiner::InsertRangeTest(Value *V, Constant *Lo, Constant *Hi,
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 397 TYPED_TEST(SmallVectorTest, InsertRangeTest) {
398 SCOPED_TRACE("InsertRangeTest");

Completed in 67 milliseconds