HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_EQ (Results 26 - 40 of 40) sorted by null

12

  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 842 case ICmpInst::ICMP_EQ: Out << "EQ"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 959 case CmpInst::ICMP_EQ: SwapArgs = false; SetCCOpc = X86::SETEr; break;
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 581 Eq = llvm::ICmpInst::ICMP_EQ;
    [all...]
CGExprScalar.cpp 480 VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 690 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
    [all...]
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 612 if (ICI->getPredicate() == ICmpInst::ICMP_EQ)
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 648 case ICmpInst::ICMP_EQ: pred = "eq"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 768 milliseconds

12