HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_EQ (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 94 case ICmpInst::ICMP_EQ: return 2; // 010
149 case 2: Pred = ICmpInst::ICMP_EQ; break;
497 bool icmp_eq = (SCC == ICmpInst::ICMP_EQ); local
505 result |= (icmp_eq ? (FoldMskICmp_Mask_AllZeroes |
514 result |= (icmp_eq ? (FoldMskICmp_AMask_NotAllOnes |
519 result |= (icmp_eq ? (FoldMskICmp_BMask_NotAllOnes |
526 result |= (icmp_eq ? (FoldMskICmp_AMask_AllOnes |
531 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes |
538 result |= (icmp_eq ? FoldMskICmp_AMask_Mixe
    [all...]
InstCombineCompares.cpp 379 return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx);
691 if (Pred == ICmpInst::ICMP_EQ)
    [all...]
InstCombineSelect.cpp 475 if (Pred == ICmpInst::ICMP_EQ) {
488 if (CmpLHS == TrueVal && Pred == ICmpInst::ICMP_EQ) {
625 // have a icmp_ne or icmp_eq and whether the true or false val is the zero.
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 235 ICmpInst *Cmp = new ICmpInst(*BB, CmpInst::ICMP_EQ, LI1, LI2, "");
Analysis.cpp 186 case ICmpInst::ICMP_EQ: return ISD::SETEQ;
SjLjEHPrepare.cpp 525 ICmpInst::ICMP_EQ, DispatchVal, Zero,
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 345 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break;
391 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
418 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
    [all...]
LoopUnswitch.cpp 495 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val, "tmp");
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 667 ICMP_EQ = 32, ///< equal
677 FIRST_ICMP_PREDICATE = ICMP_EQ,
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 439 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
  /external/llvm/lib/Analysis/
LoopInfo.cpp 189 } else if (ICI->getPredicate() == ICmpInst::ICMP_EQ) {
LazyValueInfo.cpp 831 if (isTrueDest == (ICI->getPredicate() == ICmpInst::ICMP_EQ))
    [all...]
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 188 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val,
SimplifyCFG.cpp 358 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
461 if ((ICI->getPredicate() == ICmpInst::ICMP_EQ ||
491 return BI->getSuccessor(ICI->getPredicate() == ICmpInst::ICMP_EQ);
    [all...]
LowerInvoke.cpp 516 ICmpInst::ICMP_EQ, SJRet,
  /external/llvm/lib/Support/
ConstantRange.cpp 60 case ICmpInst::ICMP_EQ:
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 449 llvm::ConstantExpr::getICmp(llvm::ICmpInst::ICMP_EQ, C, Null);
577 Eq = llvm::ICmpInst::ICMP_EQ;
    [all...]
CGExprConstant.cpp 624 return llvm::ConstantExpr::getICmp(llvm::CmpInst::ICMP_EQ, C,
642 return llvm::ConstantExpr::getICmp(llvm::CmpInst::ICMP_EQ, C,
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 134 dbgs() << "Unhandled type for ICMP_EQ predicate: " << *Ty << "\n";
265 case ICmpInst::ICMP_EQ: R = executeICMP_EQ(Src1, Src2, Ty); break;
481 case ICmpInst::ICMP_EQ: return executeICMP_EQ(Src1, Src2, Ty);
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]

Completed in 460 milliseconds

1 2