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

  /external/llvm/unittests/IR/
InstructionsTest.cpp 319 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
320 EXPECT_NE(ICmp0, ICmp1); // suppress warning.
392 delete ICmp1;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 2571 milliseconds