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

12

  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 361 (Pred == ICmpInst::ICMP_EQ && Br->getSuccessor(1) == LoopEntry))
    [all...]
LoopUnswitch.cpp 693 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
    [all...]
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 144 dbgs() << "Unhandled type for ICMP_EQ predicate: " << *Ty << "\n";
284 case ICmpInst::ICMP_EQ: R = executeICMP_EQ(Src1, Src2, Ty); break;
647 case ICmpInst::ICMP_EQ: return executeICMP_EQ(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 874 case ICmpInst::ICMP_EQ: Out << "EQ"; break;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 492 VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ)
    [all...]
ItaniumCXXABI.cpp 622 Eq = llvm::ICmpInst::ICMP_EQ;
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 621 if (ICI->getPredicate() == ICmpInst::ICMP_EQ)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 699 case ICmpInst::ICMP_EQ: pred = "eq"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 445 milliseconds

12