reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InlineCost.cpp
  990   if (I.getOpcode() == Instruction::FCmp)
lib/Analysis/TargetTransformInfo.cpp
  906       return ReductionData(RK_MinMax, CI->getOpcode(), L, R);
  911       return ReductionData(RK_UnsignedMinMax, CI->getOpcode(), L, R);
lib/CodeGen/CodeGenPrepare.cpp
 1389           CmpInst::Create(Cmp->getOpcode(), Cmp->getPredicate(),
lib/Transforms/InstCombine/InstCombinePHI.cpp
  357     CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
  825   CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  392     return CmpInst::Create(cast<CmpInst>(SrcVec)->getOpcode(), Pred, E0, E1);
lib/Transforms/Scalar/GVN.cpp
  297     e.opcode = (C->getOpcode() << 8) | Predicate;
 1906       uint32_t Num = VN.lookupOrAddCmp(Cmp->getOpcode(), NotPred, Op0, Op1);
lib/Transforms/Scalar/GVNSink.cpp
  402       E->setOpcode((C->getOpcode() << 8) | Predicate);
lib/Transforms/Scalar/NewGVN.cpp
 1146     E->setOpcode((CI->getOpcode() << 8) | Predicate);