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

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 51 case ICmpInst::ICMP_EQ: return 2; // 010
79 case 2: NewICmpPred = ICmpInst::ICMP_EQ; break;
LoopUnrollRuntime.cpp 344 Value *BranchVal = new ICmpInst(*NewBB, ICmpInst::ICMP_EQ, ModVal,
LowerSwitch.cpp 188 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val,
SimplifyIndVar.cpp 221 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ,
LowerInvoke.cpp 497 ICmpInst::ICMP_EQ, SJRet,
SimplifyCFG.cpp 362 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) {
463 if ((ICI->getPredicate() == ICmpInst::ICMP_EQ ||
494 return BI->getSuccessor(ICI->getPredicate() == ICmpInst::ICMP_EQ);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 434 bool icmp_eq = (SCC == ICmpInst::ICMP_EQ); local
442 result |= (icmp_eq ? (FoldMskICmp_Mask_AllZeroes |
451 result |= (icmp_eq ? (FoldMskICmp_AMask_NotAllOnes |
456 result |= (icmp_eq ? (FoldMskICmp_BMask_NotAllOnes |
463 result |= (icmp_eq ? (FoldMskICmp_AMask_AllOnes |
468 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes |
475 result |= (icmp_eq ? FoldMskICmp_AMask_Mixed
480 result |= (icmp_eq ? (FoldMskICmp_BMask_AllOnes |
485 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes
    [all...]
InstCombineCompares.cpp 385 return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx);
719 if (Pred == ICmpInst::ICMP_EQ)
    [all...]
InstCombineSelect.cpp 483 if (Pred == ICmpInst::ICMP_EQ) {
502 if (CmpLHS == TrueVal && Pred == ICmpInst::ICMP_EQ) {
639 // have a icmp_ne or icmp_eq and whether the true or false val is the zero.
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 230 ICmpInst *Cmp = new ICmpInst(*BB, CmpInst::ICMP_EQ, LI1, LI2, "");
Analysis.cpp 191 case ICmpInst::ICMP_EQ: return ISD::SETEQ;
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 211 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
IndVarSimplify.cpp 310 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break;
356 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
383 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
LazyValueInfo.cpp 804 if (isTrueDest == (ICI->getPredicate() == ICmpInst::ICMP_EQ))
    [all...]
BranchProbabilityInfo.cpp 294 case CmpInst::ICMP_EQ:
ScalarEvolution.cpp     [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/include/llvm/
InstrTypes.h 668 ICMP_EQ = 32, ///< equal
678 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/Support/
ConstantRange.cpp 59 case CmpInst::ICMP_EQ:
  /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 161 milliseconds

1 2