HomeSort by relevance Sort by last modified time
    Searched refs:ICmp1 (Results 1 - 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 331 ICmpInst *ICmp1 = new ICmpInst(ICmpInst::ICMP_ULT, PtrVecA, PtrVecB);
332 EXPECT_NE(ICmp0, ICmp1); // suppress warning.
404 delete ICmp1;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 344 milliseconds