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

  /external/llvm/unittests/IR/
InstructionsTest.cpp 313 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
314 EXPECT_NE(ICmp0, ICmp1); // suppress warning.
386 delete ICmp1;
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 107 milliseconds