HomeSort by: relevance | last modified time | path
    Searched defs:CmpConst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 531 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1));
583 CmpLHSConst, CmpConst, true);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 873 Constant *CmpConst = cast<Constant>(CmpRHS);
882 CmpConst, P, BB, CxtI ? CxtI : Cmp);
901 if (isa<ConstantInt>(CmpConst) &&
916 Pred, cast<ConstantInt>(CmpConst)->getValue());
942 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst);

Completed in 32 milliseconds